修改:分销中心 - 提现需要转正 修改为 分享需要转正

This commit is contained in:
wuhui_zzw 2024-04-12 17:56:51 +08:00
parent a7899f283d
commit cc2fb00d82
1 changed files with 2 additions and 1 deletions

View File

@ -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: '未转正,无操作权限!',