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',