|
|
@@ -141,9 +141,9 @@ export default {
|
|
|
this.initApi(this.dateList, this.nameList);
|
|
|
},
|
|
|
Withdrawal() {
|
|
|
- // if (this.flag != true) {
|
|
|
- this.navigateTo('/pages/walletdetails');
|
|
|
- // }
|
|
|
+ if (this.flag != true) {
|
|
|
+ this.navigateTo('/pages/walletdetails');
|
|
|
+ }
|
|
|
},
|
|
|
initApi(params, name) {
|
|
|
// console.log(params);
|