From dc387ec0dd0df720a3121f995a93ca4773f41cad Mon Sep 17 00:00:00 2001 From: yangtao Date: Mon, 15 Apr 2024 15:57:25 +0800 Subject: [PATCH] 1 --- App.vue | 1 + pages/users/user_integral/index.vue | 8 +++++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/App.vue b/App.vue index 352d490..09e0ea7 100644 --- a/App.vue +++ b/App.vue @@ -182,6 +182,7 @@ this.globalData.store_user_min_recharge = res.data.store_user_min_recharge this.globalData.yue_pay_status = res.data.yue_pay_status this.globalData.integration_pay_open=res.data.integration_pay_open + this.globalData.integral_give_status=res.data.integral_give_status this.globalData.sys_intention_agree = res.data.sys_intention_agree this.globalData.mer_intention_open = res.data.mer_intention_open this.globalData.alipay_open = res.data.alipay_open diff --git a/pages/users/user_integral/index.vue b/pages/users/user_integral/index.vue index c57f108..58764e0 100644 --- a/pages/users/user_integral/index.vue +++ b/pages/users/user_integral/index.vue @@ -23,7 +23,7 @@ {{item.name}} + @click='nav(index)' v-show="item.status==1">{{item.name}} @@ -101,11 +101,13 @@ domain: HTTP_REQUEST_URL, navList: [{ 'name': '分值明细', - 'icon': 'icon-mingxi' + 'icon': 'icon-mingxi', + 'status':1, }, { 'name': '积分赠送', - 'icon': 'icon-tishengfenzhi' + 'icon': 'icon-tishengfenzhi', + 'status':this.$store.getters.globalData.integral_give_status, } ], current: 0,