Explorar o código

fix:修复bug

xyh8905170 %!s(int64=2) %!d(string=hai) anos
pai
achega
dd26dd8bd3
Modificáronse 1 ficheiros con 6 adicións e 1 borrados
  1. 6 1
      myPages/systemSwitch/index.vue

+ 6 - 1
myPages/systemSwitch/index.vue

@@ -556,7 +556,12 @@ export default {
         if (this.isSelect === true) {
           this.$refs.popup.close()
           // this.getOldMember();
-          this.getOrderRechargeOldList()
+          if (this.currentServiceTab == 'orderTab1'){
+            this.getOrderRechargeOldList()
+          }else {
+            this.getOrderConsumeLogOld();
+          }
+
           if (this.currentStep < this.steps.length - 1) {
             this.currentStep++;
           }