优化:用户不是分销商 不显示个人中心推广按钮
This commit is contained in:
parent
fe4b7f6e01
commit
e7601020e9
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue