Commit f280fe75 authored by 王炽's avatar 王炽

66666

parent 60656f8c
......@@ -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 {
......
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment