Commit af55f511 authored by 王炽's avatar 王炽

666666

parent 4bd707e1
...@@ -105,9 +105,10 @@ ...@@ -105,9 +105,10 @@
<view class="header-row"> <view class="header-row">
<view class="integral-value"> <view class="integral-value">
<text class="integral-text">积分</text> <text class="integral-text">积分</text>
<text class="integral-total">{{ `(累计${recentAnnualPointsTotal}/${nextGradeScoreRuleMin})` }}</text> <text class="integral-total">{{ memberInfo.maxGrade ? `(累计${recentAnnualPointsTotal}` : `(累计${recentAnnualPointsTotal}/${nextGradeScoreRuleMin})` }}</text>
<image <image
class="next-icon" class="next-icon"
v-if="!memberInfo.maxGrade"
:src="$baseUrl + 'integral/1002/nextLvTips.png'" :src="$baseUrl + 'integral/1002/nextLvTips.png'"
mode="aspectFit" mode="aspectFit"
/> />
...@@ -1016,6 +1017,7 @@ ...@@ -1016,6 +1017,7 @@
} }
//攻略点击事件 //攻略点击事件
const gonglueHandler = () => { const gonglueHandler = () => {
const url = vipIntegral.value.gonglue.url; const url = vipIntegral.value.gonglue.url;
......
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