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

Loading…
Cancel
Save