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

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

13
       </div>
13
       </div>
14
       <div class="rule">
14
       <div class="rule">
15
         <div>使用规则</div>
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
         <!-- <div>1. 此卡不可兑换现金,不可与其他优惠活动同时使用。 </div>
17
         <!-- <div>1. 此卡不可兑换现金,不可与其他优惠活动同时使用。 </div>
18
         <div>2. 此卡不可多人使用,一人记一次。 </div>
18
         <div>2. 此卡不可多人使用,一人记一次。 </div>
19
         <div>3. 非会员可凭此卡享受对应课程。 </div>
19
         <div>3. 非会员可凭此卡享受对应课程。 </div>