添加:个人中心添加可用积分显示

This commit is contained in:
wuhui_zzw 2024-01-03 18:00:10 +08:00
parent 9d2ee72fe1
commit 0660fd47ea
1 changed files with 7 additions and 3 deletions

View File

@ -72,6 +72,10 @@
<text class="num">{{userInfo.total_visit_product || 0}}</text>
<view class="txt">浏览记录</view>
</view>
<view class="num-item">
<text class="num">{{userInfo.legumes_integral || 0}}</text>
<view class="txt">可用积分</view>
</view>
<!--<view class="num-item" @click="goMenuPage('/pages/users/user_coupon/index')">-->
<!-- <text class="num">{{userInfo.total_coupon || 0}}</text>-->
<!-- <view class="txt">优惠券</view>-->
@ -407,7 +411,7 @@
getVersion().then(data => {
this.copyright = data.data;
});
},
},
//
filterMenus: function(item){
let that = this;
@ -965,7 +969,7 @@
position: relative;
width: 100%;
// background: linear-gradient(90deg, $bg-star1 0%, $bg-end1 100%);
.bg {
position: absolute;
left: 0;
@ -1015,7 +1019,7 @@
height: 108rpx;
background-size: 100%;
background-repeat: no-repeat;
}
}
.merchant-image{