Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
飞
飞鹤小程序
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
FH
飞鹤小程序
Commits
a4a2b658
Commit
a4a2b658
authored
Nov 12, 2025
by
王炽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
66666
parent
f436a82f
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
5 deletions
+21
-5
InviteGift.less
components/integralArea/InviteGift.less
+14
-4
InviteGift.vue
components/integralArea/InviteGift.vue
+6
-1
Integral.vue
views/Integral.vue
+1
-0
No files found.
components/integralArea/InviteGift.less
View file @
a4a2b658
...
...
@@ -40,6 +40,11 @@
font-size: 36rpx;
font-weight: bold;
color: #1c1c1c;
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
max-width: 470rpx; // 约13个字的宽度
&.item-4 {
color: #FFF0DF;
...
...
@@ -50,6 +55,11 @@
font-size: 24rpx;
color: #999999;
margin-top: 10rpx;
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
max-width: 500rpx; // 约20个字的宽度
&.item-4 {
color: #FFF0DF;
...
...
@@ -144,10 +154,10 @@
.star_character {
position: absolute;
right:
44
rpx;
bottom:
-2
0rpx;
width:
216
rpx;
height:
211
rpx;
right:
30
rpx;
bottom:
3
0rpx;
width:
130
rpx;
height:
130
rpx;
.star_img {
width: 100%;
...
...
components/integralArea/InviteGift.vue
View file @
a4a2b658
...
...
@@ -19,10 +19,11 @@
</button>
</view>
<!-- 3D星星角色 -->
<!-- :src="$baseUrl + (itemIndex != 4 ? 'integral/1023/invate_star_character1023.png' : 'integral/1023/invate_star_character102302.png')" -->
<view
class=
"star_character"
>
<image
class=
"star_img"
:src=
"
$baseUrl + (itemIndex != 4 ? 'integral/1023/invate_star_character1023.png' : 'integral/1023/invate_star_character102302.png')
"
:src=
"
prizeImageIcon
"
mode=
"aspectFit"
/>
</view>
...
...
@@ -65,6 +66,10 @@ const props = defineProps({
subTitle
:
{
type
:
String
,
default
:
''
},
prizeImageIcon
:
{
type
:
String
,
default
:
''
}
});
...
...
views/Integral.vue
View file @
a4a2b658
...
...
@@ -448,6 +448,7 @@
class="
invite_container
"
:subTitle="
integralStore
.
originInviteHome
?.
data
?.
subTitle
"
:itemIndex="
itemIndex
"
:prizeImageIcon="
integralStore
.
originInviteHome
?.
data
?.
prizeImage
"
:islogin="
islogin
"
@invite="
handleInviteClick
"
@record="
handleRecordClick
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment