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 6832add5..416e03e6 100644 --- a/CoreCms.Net.Uni-App/CoreShop/pages/index/member/member.vue +++ b/CoreCms.Net.Uni-App/CoreShop/pages/index/member/member.vue @@ -278,14 +278,14 @@ name: '我的发票', icon: 'calendar', router: '/pages/member/invoice/index', - showItem: true + showItem: false + }, + myServices: { + name: '我的服务卡', + icon: 'bell', + router: '/pages/member/serviceOrder/index/index', + showItem: false }, - //myServices: { - // name: '我的服务卡', - // icon: 'bell', - // router: '/pages/member/serviceOrder/index/index', - // showItem: true - //}, myIntegral: { name: '我的' + this.$store.state.config.pointShowName, icon: 'integral', @@ -486,6 +486,7 @@ _this.vas.storeMap.showItem = _this.config.showStoresSwitch == 1; //服务商品 _this.vas.servicePackage.showItem = _this.config.showServicePackage == 1; + _this.utilityMenus.myServices.showItem = _this.config.showServicePackage == 1; //优惠券 _this.vas.coupons.showItem = _this.config.showCoupon == 1; //拼团 @@ -498,6 +499,8 @@ _this.vas.solitaire.showItem = _this.config.showSolitaire == 1; //签到 _this.vas.calendar.showItem = _this.config.showCalendar == 1; + //显示我的发票 + _this.utilityMenus.myInvoice.showItem = _this.config.invoiceSwitch == 1; //获取用户信息 _this.getUserInfo(); diff --git a/CoreCms.Net.Web.Admin/wwwroot/views/shop/setting/index.html b/CoreCms.Net.Web.Admin/wwwroot/views/shop/setting/index.html index 0902d137..e60703af 100644 --- a/CoreCms.Net.Web.Admin/wwwroot/views/shop/setting/index.html +++ b/CoreCms.Net.Web.Admin/wwwroot/views/shop/setting/index.html @@ -80,7 +80,14 @@
控制个人中心面板是否显示以下组件按钮- +