Commit 50ca0d45 authored by 王炽's avatar 王炽

666666

parent 831c6c35
......@@ -105,7 +105,7 @@
<view class="header-row">
<view class="integral-value">
<text class="integral-text">积分</text>
<text class="integral-total">{{ memberInfo.maxGrade ? `(累计${recentAnnualPointsTotal}` : `(累计${recentAnnualPointsTotal}/${nextGradeScoreRuleMin})` }}</text>
<text class="integral-total">{{ memberInfo.maxGrade ? `(累计${recentAnnualPointsTotal})` : `(累计${recentAnnualPointsTotal}/${nextGradeScoreRuleMin})` }}</text>
<image
class="next-icon"
v-if="!memberInfo.maxGrade"
......@@ -1232,6 +1232,9 @@
const handleVipClick = () => {
if(!islogin.value){
return;
}
const item = vipIntegral.value.vipCardInfo;
if(item.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