Sfoglia il codice sorgente

修复重复执行 init()

shizhongqi 4 mesi fa
parent
commit
b0cf91842b

+ 0 - 1
hdApp/src/admin/member/buyAmountChange.vue

@@ -83,7 +83,6 @@ export default {
   },
   },
   async onLoad(option) {
   async onLoad(option) {
     this.option = option || {};
     this.option = option || {};
-    await this.init();
   },
   },
   async onPullDownRefresh() {
   async onPullDownRefresh() {
     this.resetList();
     this.resetList();

+ 0 - 1
hdApp/src/admin/member/growthChange.vue

@@ -83,7 +83,6 @@ export default {
   },
   },
   async onLoad(option) {
   async onLoad(option) {
     this.option = option || {};
     this.option = option || {};
-    await this.init();
   },
   },
   async onPullDownRefresh() {
   async onPullDownRefresh() {
     this.resetList();
     this.resetList();

+ 0 - 1
hdApp/src/admin/member/integralChange.vue

@@ -83,7 +83,6 @@ export default {
   },
   },
   async onLoad(option) {
   async onLoad(option) {
     this.option = option || {};
     this.option = option || {};
-    await this.init();
   },
   },
   async onPullDownRefresh() {
   async onPullDownRefresh() {
     this.resetList();
     this.resetList();