From 49b64a271abfd9634cfac68e3e632418ad7bdd6c Mon Sep 17 00:00:00 2001 From: jia <1451658316@qq.com> Date: Wed, 20 Sep 2023 18:41:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B9=E6=8D=AE=E4=BA=A4=E6=98=93=E7=94=B3?= =?UTF-8?q?=E8=AF=B7=E6=98=BE=E7=A4=BA=E5=95=86=E5=93=81=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/store/home/index.vue | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/pages/store/home/index.vue b/pages/store/home/index.vue index 072b5da..17b4b3e 100644 --- a/pages/store/home/index.vue +++ b/pages/store/home/index.vue @@ -618,6 +618,12 @@ value: 2, } ], + tabs5: [{ + icon: 'icon-yizhan_o', + name: '云商品', + value: 7, + } + ], tabs: [], storeScroll: true, storeTop: 0, @@ -627,7 +633,8 @@ service_open: false, type: 3, statusBarHeight: 0, - isLihaiYun: '' + isLihaiYun: '', + business_status:0 } }, computed: { @@ -768,8 +775,15 @@ this.storeHeight = data.height; this.storeTop = data.top; }).exec(); + this.userinfo() }, methods: { + userinfo(){ + getUserInfo().then(res => { + + this.business_status=res.data.mer_info.business_status + }) + }, getProductSpu() { let that = this; if (that.loadend) return; @@ -954,7 +968,12 @@ // this.tabs = this.tabs2 // this.service_open = false // } - this.isLihaiYun === 'Lihai' ? this.tabs = this.tabs4 : this.tabs = this.tabs3 + if(this.business_status==2){ + this.isLihaiYun === 'Lihai' ? this.tabs = this.tabs4 : this.tabs = this.tabs3 + }else{ + this.tabs = this.tabs5 + } + this.tab(this.type) // #ifdef H5 this.ShareInfo();