From b9ff810dfee6840c305644f014aeecff6025584d Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Fri, 30 Jan 2026 15:28:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E8=AF=B7=E5=85=88=E5=AE=9E?= =?UTF-8?q?=E5=90=8D=E8=AE=A4=E8=AF=81=E9=99=90=E5=88=B6=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 4 ++-- pages/me/withdraw/index.vue | 20 ++++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/manifest.json b/manifest.json index 7738eed..1dc40b3 100644 --- a/manifest.json +++ b/manifest.json @@ -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" : { diff --git a/pages/me/withdraw/index.vue b/pages/me/withdraw/index.vue index 107f2d9..be2e131 100644 --- a/pages/me/withdraw/index.vue +++ b/pages/me/withdraw/index.vue @@ -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)) {