|
@@ -16,12 +16,12 @@
|
|
|
<view class="sign_info flex_c">
|
|
<view class="sign_info flex_c">
|
|
|
<view class="info flex_r flex_ac flex_jb">
|
|
<view class="info flex_r flex_ac flex_jb">
|
|
|
<view class="info_today flex_c flex_ac">
|
|
<view class="info_today flex_c flex_ac">
|
|
|
- <view class="today_text g_color">{{ todaySign }}</view>
|
|
|
|
|
|
|
+ <view class="today_text g_color">{{ todaySign || 0 }}</view>
|
|
|
<view class="info_text">今日签到</view>
|
|
<view class="info_text">今日签到</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="info_today flex_c flex_ac">
|
|
<view class="info_today flex_c flex_ac">
|
|
|
- <view class="today_text">{{ totalSign }}</view>
|
|
|
|
|
- <view class="info_text">累计签到({{ totalSign || 0 }}次)</view>
|
|
|
|
|
|
|
+ <view class="today_text">{{ totalSign || 0 }}</view>
|
|
|
|
|
+ <view class="info_text">累计签到</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="info_con">
|
|
<view class="info_con">
|
|
|
<image class="info_img" :src="nextSign > 0 ? '/static/sgin/p_back2.png' : '/static/sgin/p_back.png'" mode="" />
|
|
<image class="info_img" :src="nextSign > 0 ? '/static/sgin/p_back2.png' : '/static/sgin/p_back.png'" mode="" />
|