feat(balance): 提现不进行经销商认证
This commit is contained in:
parent
c397ab7f71
commit
e7e3c867bb
|
@ -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: '请先进行实名认证',
|
||||||
|
|
Loading…
Reference in New Issue