Commit 8f43e070 authored by 王炽's avatar 王炽

积分卡片修改

parent 3a4b3e9f
......@@ -103,16 +103,16 @@
>
<!-- 第一行 -->
<view class="header-row">
<view class="integral-value">
<text class="integral-text">积分</text>
<text class="integral-total">{{ memberInfo.maxGrade ? `(累计${recentAnnualPointsTotal})` : `(累计${recentAnnualPointsTotal}/${nextGradeScoreRuleMin})` }}</text>
<image
class="next-icon"
v-if="!memberInfo.maxGrade"
:src="$baseUrl + `integral/${tupianBanben}/nextLvTips.png`"
mode="aspectFit"
/>
</view>
<view class="integral-value">
<text class="integral-text">积分</text>
<!-- <text class="integral-total">{{ memberInfo.maxGrade ? `(累计${recentAnnualPointsTotal})` : `(累计${recentAnnualPointsTotal}/${nextGradeScoreRuleMin})` }}</text>
<image
class="next-icon"
v-if="!memberInfo.maxGrade"
:src="$baseUrl + `integral/${tupianBanben}/nextLvTips.png`"
mode="aspectFit"
/> -->
</view>
</view>
<!-- 第二行 -->
<view class="progress-bar1">
......@@ -146,7 +146,7 @@
class="info-row"
@click="integralDetailHandler"
>
<text class="count-text">{{ `当前:${points}` }}</text>
<text class="count-text">{{ `当前:${points} 积分` }}</text>
<text class="expire-text"
v-if="willExpiredPoints > 0"
>{{`(有${willExpiredPoints ? willExpiredPoints : 0}积分将到期)`}}</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