Feat:送礼页优惠券优化

This commit is contained in:
linxi
2025-07-31 17:36:32 +08:00
parent 6273dd48a2
commit e206235988
2 changed files with 11 additions and 3 deletions
+9 -3
View File
@@ -14,7 +14,7 @@
@change="changeNav" @change="changeNav"
v-if="showTab" 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="">
<view class="v12-text-center v12-font-28"> <view class="v12-text-center v12-font-28">
券后价 券后价
@@ -29,7 +29,10 @@
</view> </view>
</view> </view>
<view class="v12-text-center v12-font-44"> <view class="v12-text-center v12-font-44">
= <view class="v12-text-center v12-font-28">
&nbsp;
</view>
<view class="v12-mt-3 v12-text-center">=</view>
</view> </view>
<view class=""> <view class="">
<view class="v12-text-center v12-font-28"> <view class="v12-text-center v12-font-28">
@@ -45,7 +48,10 @@
</view> </view>
</view> </view>
<view class="v12-text-center v12-font-44"> <view class="v12-text-center v12-font-44">
- <view class="v12-text-center v12-font-28">
&nbsp;
</view>
<view class="v12-mt-3 v12-text-center">-</view>
</view> </view>
<view class=""> <view class="">
<view class="v12-text-center"> <view class="v12-text-center">
+2
View File
@@ -298,6 +298,8 @@ export default {
// }, // },
methods: { methods: {
showCouponsPopup() { showCouponsPopup() {
if (this.couponList.usable && this.couponList.usable.length === 0) return
if(this.isPayOk) return
this.showPopup = !this.showPopup this.showPopup = !this.showPopup
}, },
close() { close() {