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
f280fe75
Commit
f280fe75
authored
Oct 30, 2025
by
王炽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
66666
parent
60656f8c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
Integral.less
views/Integral.less
+8
-0
Integral.vue
views/Integral.vue
+1
-1
No files found.
views/Integral.less
View file @
f280fe75
...
...
@@ -633,10 +633,18 @@
font-weight: bold;
color: #000000; // 默认黑色(未签到状态)
margin-bottom: 8rpx;
&.item-4 {
color: #000000;
}
}
&.signed .reward_points {
color: #ffffff; // 已签到状态为白色
&.item-4 {
color: #000000; // item-4 时,即使已签到也显示黑色
}
}
.reward_coin {
...
...
views/Integral.vue
View file @
f280fe75
...
...
@@ -242,7 +242,7 @@
signed
:
signinStatus
[
day
-
1
],
disabled
:
day
<
todaynum
&&
!
signinStatus
[
day
-
1
]
}
]
">
<text class="
reward_points
">+{{ rewardPoints[day - 1]
}}
</text>
<text class="
reward_points
"
:class="`item-${itemIndex
}
`"
>+{{ rewardPoints[day - 1]
}}
</text>
<!-- 奖励标签,通过变量控制显示 -->
<view class="
bonus_tag
" v-if="
bonusTagStatus
[
day
-
1
]
&&
day
===
7
">
<text class="
bonus_text
">{{ bonusTagText[day - 1]
}}
</text>
...
...
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