From afa3ea445180441dc79884207f1f414652d76a9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E7=81=B0=E7=81=B0?= Date: Wed, 7 Dec 2022 00:08:14 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E5=A4=8D=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E5=90=8E=E5=8F=B0=E5=BC=80=E5=90=AF=E5=B1=8F=E8=94=BD?= =?UTF-8?q?=E4=BC=98=E6=83=A0=E5=88=B8=E5=8A=9F=E8=83=BD=EF=BC=8C=E5=B0=8F?= =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E4=B8=AA=E4=BA=BA=E4=B8=AD=E5=BF=83=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E6=9C=AA=E5=B1=8F=E8=94=BD=E4=BC=98=E6=83=A0=E5=88=B8?= =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E6=95=B0=E9=87=8F=E5=B1=95=E7=A4=BA=E5=8C=BA?= =?UTF-8?q?=E5=9F=9F=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CoreShop/pages/index/member/member.vue | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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; //秒杀