Explorar el Código

fix:修复bug

xyh8905170 hace 2 años
padre
commit
1dd5f7f702
Se han modificado 1 ficheros con 4 adiciones y 7 borrados
  1. 4 7
      myPages/systemSwitch/index.vue

+ 4 - 7
myPages/systemSwitch/index.vue

@@ -489,12 +489,11 @@ export default {
           } else {
             this.$refs.popup.open()
             this.numberList = res.data.data
-            const newarr = []
+            const newArr = []
             this.numberList.map((item) => {
-              newarr.push(Object.assign(item, {isSelect: false}))
+              newArr.push(Object.assign(item, {isSelect: false}))
             })
-            this.numberList = newarr
-
+            this.numberList = newArr
           }
         } else {
           uni.$u.toast('未查询到数据');
@@ -556,9 +555,7 @@ export default {
       if (idx == 0) { // 点击确认
         if (this.isSelect === true) {
           this.$refs.popup.close()
-          console.log(this.$refs.form1.validate(), '2222222222')
-
-          this.getOldMember();
+          // this.getOldMember();
           this.getOrderRechargeOldList()
           if (this.currentStep < this.steps.length - 1) {
             this.currentStep++;