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

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" : "斯耀短剧", "name" : "斯耀短剧",
"appid" : "__UNI__E0B05B1", "appid" : "__UNI__E0B05B1",
"description" : "", "description" : "",
"versionName" : "1.3.4", "versionName" : "1.3.5",
"versionCode" : 134, "versionCode" : 135,
"transformPx" : false, "transformPx" : false,
/* 5+App */ /* 5+App */
"app-plus" : { "app-plus" : {

View File

@@ -476,16 +476,16 @@ function getOut() {
}); });
return; return;
} }
if (!data.userInfo.accountNo) { // if (!data.userInfo.accountNo) {
uni.showToast({ // uni.showToast({
icon: 'none', // icon: 'none',
title: '请先实名认证' // title: '请先实名认证'
}); // });
setTimeout(() => { // setTimeout(() => {
linkTo('/pages/me/withdraw/realName'); // linkTo('/pages/me/withdraw/realName');
}, 1500); // }, 1500);
return; // return;
} // }
if (parseFloat(data.mayMoney).toFixed(2) >= parseFloat(data.money)) { if (parseFloat(data.mayMoney).toFixed(2) >= parseFloat(data.money)) {
if (parseFloat(data.money).toFixed(2) >= parseFloat(data.cashMoney)) { if (parseFloat(data.money).toFixed(2) >= parseFloat(data.cashMoney)) {