Browse Source

no message

feature/feature-compatible
赖家华 7 years ago
parent
commit
374492de99
1 changed files with 9 additions and 3 deletions
  1. 12
      src/view/month-card.vue

12
src/view/month-card.vue

@ -49,9 +49,9 @@
<img v-show="getData.couponStatus > 0" src="../assets/images/get.png" width="60" height="60" alt="" class="f-mt-10"> <img v-show="getData.couponStatus > 0" src="../assets/images/get.png" width="60" height="60" alt="" class="f-mt-10">
</div> </div>
</div> </div>
<!--<div class="f-mt10 f-text-center">
<button class="btn-md bg-gray s-white f-font-18">立即使用</button>
</div>-->
<div class="f-mt10 f-text-center" v-show="getData.couponStatus > 0">
<button style="background-color:#F45252" v-on:click="handleUseCoupon" class="btn-md bg-gray s-white f-font-18">立即使用</button>
</div>
<div style="padding: 0 10px 20px;"> <div style="padding: 0 10px 20px;">
<p class="s-gray-1 f-font-11 f-mt20" style="line-height: 18px;">使用范围{{getData.authAreaStr}}</p> <p class="s-gray-1 f-font-11 f-mt20" style="line-height: 18px;">使用范围{{getData.authAreaStr}}</p>
<p class="f-mt10 f-font-11 s-orange-2"> <p class="f-mt10 f-font-11 s-orange-2">
@ -122,6 +122,12 @@
}, },
// 使
handleUseCoupon() {
window.location.href = locationUrl + '/mall/web/vgoods/detail/' + this.getData.goodsNo;
},
// //
handleGetCoupon() { handleGetCoupon() {
let that = this; let that = this;

Loading…
Cancel
Save