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" } } }