From e7601020e948bea0b0cb4d1a80cccddcc0340af9 Mon Sep 17 00:00:00 2001 From: wuhui_zzw <1760308791@qq.com> Date: Thu, 4 Jan 2024 16:42:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=EF=BC=9A=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E4=B8=8D=E6=98=AF=E5=88=86=E9=94=80=E5=95=86=20=E4=B8=8D?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E4=B8=AA=E4=BA=BA=E4=B8=AD=E5=BF=83=E6=8E=A8?= =?UTF-8?q?=E5=B9=BF=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/user/index.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pages/user/index.vue b/pages/user/index.vue index 18e2858..7ca043d 100644 --- a/pages/user/index.vue +++ b/pages/user/index.vue @@ -423,8 +423,9 @@ if(that.is_promoter == 1){ item.isShow = that.is_promoter == 1 && that.extension_status == 1 }else if(that.is_promoter == 0 ){ - item.isShow = that.is_promoter == 0 && that.extension_status == 1 - item.url="/pages/users/distributor/index" + item.isShow = false + // item.isShow = that.is_promoter == 0 && that.extension_status == 1 + // item.url="/pages/users/distributor/index" } } }