Feat:送礼页优惠券优化
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
@change="changeNav"
|
||||
v-if="showTab"
|
||||
/>
|
||||
<view class="v12-radius-20 v12-white v12-align-center v12-justify-around v12-pa-3" v-if="!showTab && showRadio">
|
||||
<view class="v12-radius-20 v12-white v12-justify-around v12-pa-3" style="align-items: flex-end;" v-if="!showTab && showRadio">
|
||||
<view class="">
|
||||
<view class="v12-text-center v12-font-28">
|
||||
券后价
|
||||
@@ -29,7 +29,10 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="v12-text-center v12-font-44">
|
||||
=
|
||||
<view class="v12-text-center v12-font-28">
|
||||
|
||||
</view>
|
||||
<view class="v12-mt-3 v12-text-center">=</view>
|
||||
</view>
|
||||
<view class="">
|
||||
<view class="v12-text-center v12-font-28">
|
||||
@@ -45,7 +48,10 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="v12-text-center v12-font-44">
|
||||
-
|
||||
<view class="v12-text-center v12-font-28">
|
||||
|
||||
</view>
|
||||
<view class="v12-mt-3 v12-text-center">-</view>
|
||||
</view>
|
||||
<view class="">
|
||||
<view class="v12-text-center">
|
||||
|
||||
@@ -298,6 +298,8 @@ export default {
|
||||
// },
|
||||
methods: {
|
||||
showCouponsPopup() {
|
||||
if (this.couponList.usable && this.couponList.usable.length === 0) return
|
||||
if(this.isPayOk) return
|
||||
this.showPopup = !this.showPopup
|
||||
},
|
||||
close() {
|
||||
|
||||
Reference in New Issue
Block a user