Browse Source

del data.show

tid1509
刘嘉炜 8 months ago
parent
commit
1c53ee64a0
  1. 9
      src/subpackage/wallet/pages/douyin_withdraw/apply.vue

9
src/subpackage/wallet/pages/douyin_withdraw/apply.vue

@ -76,7 +76,6 @@ export default {
balance: 0, balance: 0,
banks, banks,
brand_id: '', brand_id: '',
// show: false,
info: { info: {
amount: '', amount: '',
account_name_of_bank: '', account_name_of_bank: '',
@ -101,14 +100,6 @@ export default {
let { value } = e.detail; let { value } = e.detail;
this.info.bank_name = this.banks[value]; this.info.bank_name = this.banks[value];
}, },
// alert(){
// // this.getStorageAndSet();
// this.show = true;
// if(this.isEmptyInfo())this.getStorageAndSet();
// },
// hide(){
// this.show = false
// },
getStorageAndSet(){ getStorageAndSet(){
uni.getStorage({ uni.getStorage({
key: 'dyRecentWithdrawApplyInfo', key: 'dyRecentWithdrawApplyInfo',

Loading…
Cancel
Save