feat(balance): 提现不进行经销商认证

This commit is contained in:
woody 2025-08-12 14:26:33 +08:00
parent c397ab7f71
commit e7e3c867bb
1 changed files with 3 additions and 1 deletions

View File

@ -249,7 +249,9 @@ export default {
}) })
.then(res => { .then(res => {
if (res.code == 200 && res.flag == 'Y') { if (res.code == 200 && res.flag == 'Y') {
this.checkExit(item) uni.navigateTo({
url: item.path,
})
} else if (res.code == 200 && res.flag == 'N') { } else if (res.code == 200 && res.flag == 'N') {
uni.showToast({ uni.showToast({
title: '请先进行实名认证', title: '请先进行实名认证',