This commit is contained in:
曹辉 2023-03-06 11:02:50 +08:00
parent b8f938ffe7
commit 82ffc8debc

View File

@ -142,8 +142,8 @@
<view class="coupon" v-if='coupon' style="color: #D43953;">
已选择 {{coupon.couponTitle}}
</view>
<view class="coupon" v-else style='color: #D43942;font-size: 30rpx;'
v-if="couponListtrue.length>0">
<view class="coupon" v-if='!coupon&&couponListtrue.length>0'
style='color: #D43942;font-size: 30rpx;'>
当前有优惠券可使用
</view>
<u-icon class='img' name="arrow-right" color="black" size="28"></u-icon>