去除请先实名认证限制弹窗
This commit is contained in:
@@ -476,16 +476,16 @@ function getOut() {
|
||||
});
|
||||
return;
|
||||
}
|
||||
if (!data.userInfo.accountNo) {
|
||||
uni.showToast({
|
||||
icon: 'none',
|
||||
title: '请先实名认证'
|
||||
});
|
||||
setTimeout(() => {
|
||||
linkTo('/pages/me/withdraw/realName');
|
||||
}, 1500);
|
||||
return;
|
||||
}
|
||||
// if (!data.userInfo.accountNo) {
|
||||
// uni.showToast({
|
||||
// icon: 'none',
|
||||
// title: '请先实名认证'
|
||||
// });
|
||||
// setTimeout(() => {
|
||||
// linkTo('/pages/me/withdraw/realName');
|
||||
// }, 1500);
|
||||
// return;
|
||||
// }
|
||||
|
||||
if (parseFloat(data.mayMoney).toFixed(2) >= parseFloat(data.money)) {
|
||||
if (parseFloat(data.money).toFixed(2) >= parseFloat(data.cashMoney)) {
|
||||
|
||||
Reference in New Issue
Block a user