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

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

View File

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