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