From 1704cd2e7c240547fa35e1f275e208cacb58d49f Mon Sep 17 00:00:00 2001 From: GaoHao <1210693421@qq.com> Date: Thu, 16 Jan 2025 13:33:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E7=8E=B0=E7=9C=8B=E5=B9=BF=E5=91=8A?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .hbuilderx/launch.json | 2 +- pages/me/withdraw/index.vue | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json index e466870..15f1188 100644 --- a/.hbuilderx/launch.json +++ b/.hbuilderx/launch.json @@ -2,7 +2,7 @@ "version" : "1.0", "configurations" : [ { - "playground" : "standard", + "playground" : "custom", "type" : "uni-app:app-android" }, { diff --git a/pages/me/withdraw/index.vue b/pages/me/withdraw/index.vue index 8ba8898..c14423b 100644 --- a/pages/me/withdraw/index.vue +++ b/pages/me/withdraw/index.vue @@ -185,7 +185,6 @@ function ruleConfirm() { data.ruleShow = false data.ruleIndex++ - console.log(data.ruleIndex >= data.ruleList.length) if( data.ruleIndex >= data.ruleList.length) { data.ruleIndex = 0 return @@ -209,7 +208,7 @@ */ async function getCanCash() { canCash().then(res => { - data.isWithdraw = !res; + data.isWithdraw = res; if( uni.getStorageSync('adRewardedNum') >= 3 ){ data.isWithdraw = true; // uni.setStorageSync('adRewardedNum',0)