优化:用户不是分销商 不显示个人中心推广按钮

This commit is contained in:
wuhui_zzw 2024-01-04 16:42:03 +08:00
parent fe4b7f6e01
commit e7601020e9
1 changed files with 3 additions and 2 deletions

View File

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