|
|
|
@ -49,9 +49,9 @@ |
|
|
|
<img v-show="getData.couponStatus > 0" src="../assets/images/get.png" width="60" height="60" alt="" class="f-mt-10"> |
|
|
|
</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;"> |
|
|
|
<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"> |
|
|
|
@ -122,6 +122,12 @@ |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
// 立即使用优惠券 |
|
|
|
handleUseCoupon() { |
|
|
|
|
|
|
|
window.location.href = locationUrl + '/mall/web/vgoods/detail/' + this.getData.goodsNo; |
|
|
|
}, |
|
|
|
|
|
|
|
// 领取优惠券 |
|
|
|
handleGetCoupon() { |
|
|
|
let that = this; |
|
|
|
|