diff --git a/CoreCms.Net.Uni-App/CoreShop/pages/index/member/member.vue b/CoreCms.Net.Uni-App/CoreShop/pages/index/member/member.vue index a1477938..6c7517d4 100644 --- a/CoreCms.Net.Uni-App/CoreShop/pages/index/member/member.vue +++ b/CoreCms.Net.Uni-App/CoreShop/pages/index/member/member.vue @@ -74,22 +74,22 @@ - + - {{ userInfo.footPrintCount }} 足迹 - + - {{ userInfo.userCouponCount }} 优惠券 - + - {{ userInfo.collectionCount }} 收藏 - + - {{afterSaleNums || 0}} 售后 @@ -391,6 +391,7 @@ list: 2, suTipStatus: false, opacity: 0, + userInfoNavSpan: 3, } }, onShow() { @@ -496,6 +497,7 @@ //优惠券 _this.vas.coupons.showItem = _this.config.showCoupon == 1; _this.utilityMenus.myCoupon.showItem = _this.config.showCoupon == 1; + _this.userInfoNavSpan = _this.config.showCoupon == 1 ? 3 : 4; //拼团 _this.vas.pinTuan.showItem = _this.config.showPinTuan == 1; //秒杀