Browse Source

处理冲突

yuhao 2 years ago
parent
commit
369f0c76e4
2 changed files with 2 additions and 2 deletions
  1. 1 2
      src/pages/confirmOrder/details/index.vue
  2. 1 0
      src/pages/coupon/index.vue

+ 1 - 2
src/pages/confirmOrder/details/index.vue

@@ -652,7 +652,7 @@ export default {
652
   watch: {},
652
   watch: {},
653
 
653
 
654
   methods: {
654
   methods: {
655
-        // 选择优惠券确认
655
+    // 选择优惠券确认
656
     isCoupunConfirm(){
656
     isCoupunConfirm(){
657
       this.isCoupun = false
657
       this.isCoupun = false
658
       let list = []
658
       let list = []
@@ -1337,7 +1337,6 @@ export default {
1337
         }
1337
         }
1338
       }
1338
       }
1339
       this.isSelectCoup = isSelectCoups
1339
       this.isSelectCoup = isSelectCoups
1340
-
1341
       // 抵扣顺序按照项目金额计算
1340
       // 抵扣顺序按照项目金额计算
1342
       that.theMoneyBest()
1341
       that.theMoneyBest()
1343
     },
1342
     },

+ 1 - 0
src/pages/coupon/index.vue

@@ -176,6 +176,7 @@ export default {
176
       api.getCouponInfo(params).then((res) => {
176
       api.getCouponInfo(params).then((res) => {
177
         if (res.code == 200) {
177
         if (res.code == 200) {
178
           this.couponList = res.data.list;
178
           this.couponList = res.data.list;
179
+          console.log(res.data.list);
179
         }
180
         }
180
       });
181
       });
181
     },
182
     },