From 1c53ee64a0792197a787f700ecab8054eb02849a Mon Sep 17 00:00:00 2001 From: "liujw155@outlook.com" Date: Mon, 20 May 2024 17:42:51 +0800 Subject: [PATCH] del data.show --- src/subpackage/wallet/pages/douyin_withdraw/apply.vue | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/subpackage/wallet/pages/douyin_withdraw/apply.vue b/src/subpackage/wallet/pages/douyin_withdraw/apply.vue index 6c4b945..f168a97 100644 --- a/src/subpackage/wallet/pages/douyin_withdraw/apply.vue +++ b/src/subpackage/wallet/pages/douyin_withdraw/apply.vue @@ -76,7 +76,6 @@ export default { balance: 0, banks, brand_id: '', - // show: false, info: { amount: '', account_name_of_bank: '', @@ -101,14 +100,6 @@ export default { let { value } = e.detail; this.info.bank_name = this.banks[value]; }, - // alert(){ - // // this.getStorageAndSet(); - // this.show = true; - // if(this.isEmptyInfo())this.getStorageAndSet(); - // }, - // hide(){ - // this.show = false - // }, getStorageAndSet(){ uni.getStorage({ key: 'dyRecentWithdrawApplyInfo',