修改:分销中心 - 提现需要转正 修改为 分享需要转正
This commit is contained in:
parent
a7899f283d
commit
cc2fb00d82
|
|
@ -157,7 +157,8 @@
|
|||
// 页面跳转
|
||||
goToPage(path){
|
||||
// 判断:如果是分享海报 判断是否转正
|
||||
if(path === '/pages/users/user_cash/index' && this.userInfo.is_formal != 1){
|
||||
// if(path === '/pages/users/user_cash/index' && this.userInfo.is_formal != 1){
|
||||
if(path === '/pages/users/user_spread_code/index' && this.userInfo.is_formal != 1){
|
||||
uni.showModal({
|
||||
title: '提示',
|
||||
content: '未转正,无操作权限!',
|
||||
|
|
|
|||
Loading…
Reference in New Issue