yuhao 2 年 前
コミット
369f0c76e4
共有2 個のファイルを変更した2 個の追加2 個の削除を含む
  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 652
   watch: {},
653 653
 
654 654
   methods: {
655
-        // 选择优惠券确认
655
+    // 选择优惠券确认
656 656
     isCoupunConfirm(){
657 657
       this.isCoupun = false
658 658
       let list = []
@@ -1337,7 +1337,6 @@ export default {
1337 1337
         }
1338 1338
       }
1339 1339
       this.isSelectCoup = isSelectCoups
1340
-
1341 1340
       // 抵扣顺序按照项目金额计算
1342 1341
       that.theMoneyBest()
1343 1342
     },

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

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