去除请先实名认证限制弹窗

This commit is contained in:
2026-01-30 15:28:50 +08:00
parent ca3d4d4d9a
commit b9ff810dfe
2 changed files with 12 additions and 12 deletions

View File

@@ -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)) {