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

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

@@ -2,8 +2,8 @@
"name" : "斯耀短剧",
"appid" : "__UNI__E0B05B1",
"description" : "",
"versionName" : "1.3.4",
"versionCode" : 134,
"versionName" : "1.3.5",
"versionCode" : 135,
"transformPx" : false,
/* 5+App */
"app-plus" : {

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