Commit 06e69514 authored by 王炽's avatar 王炽

签到对号修改

parent ceedb43e
......@@ -656,11 +656,11 @@
align-items: center;
justify-content: center;
box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.1);
position: relative;
.check_mark {
font-size: 24rpx;
color: #000000;
font-weight: bold;
width: 14rpx;
height: 10rpx;
}
}
}
......
......@@ -250,7 +250,7 @@
<!-- 已签到状态:显示白色圆圈内的对勾 -->
<view class="reward_status signed" v-if="signinStatus[day - 1]">
<view class="check_circle">
<text class="check_mark">✓</text>
<image class="check_mark" :src="$baseUrl + `integral/1023/sign_duihao1.png`" mode="aspectFit" />
</view>
</view>
<!-- 未签到状态:显示金币图标 -->
......
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