瀏覽代碼

fix:修复bug

xyh8905170 2 年之前
父節點
當前提交
dd26dd8bd3
共有 1 個文件被更改,包括 6 次插入1 次删除
  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++;
           }