Browse Source

bug修改

yuantianjiao 6 years ago
parent
commit
9b9a38c4ed
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      src/pages/user/coupons/index.vue
  2. 1
    1
      src/pages/user/couponsDetail/index.vue

+ 1
- 1
src/pages/user/coupons/index.vue View File

@@ -60,7 +60,7 @@ export default {
60 60
           }
61 61
           this.list.push({
62 62
             title: res[n].Coupon.CouponName,
63
-            desc: res[n].Coupon.Share.UseRule,
63
+            desc: res[n].Coupon.Share.CardUseRule,
64 64
             time: this.toolClass.dateFormat(res[n].EndDate),
65 65
             useType: useType,
66 66
             tag: res[n].Coupon.CouponType === 'course' ? '课程' : '商品',

+ 1
- 1
src/pages/user/couponsDetail/index.vue View File

@@ -13,7 +13,7 @@
13 13
       </div>
14 14
       <div class="rule">
15 15
         <div>使用规则</div>
16
-        <pre style="white-space: pre-wrap;word-wrap: break-word;">{{info.Share.UseInstruction}}</pre>
16
+        <pre style="white-space: pre-wrap;word-wrap: break-word;">{{info.Share.CardUseInstruction}}</pre>
17 17
         <!-- <div>1. 此卡不可兑换现金,不可与其他优惠活动同时使用。 </div>
18 18
         <div>2. 此卡不可多人使用,一人记一次。 </div>
19 19
         <div>3. 非会员可凭此卡享受对应课程。 </div>