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