Fix:2949 【商城小程序】优惠详情中无更多可使用券时增加提示“暂无更多可使用券,快去抽奖吧~”

This commit is contained in:
modendeveloper
2024-12-24 23:07:00 +08:00
parent 403e8d1e3f
commit c7fc52d5c3
+6
View File
@@ -75,6 +75,9 @@
@change="selectCoupon"
v-if="index !== maxIndex"
/>
<view v-if="list.length === 1" class="no-quan v12-font-28 v12-dark1-text text-center">
暂无更多可使用优惠券快去抽奖去吧~
</view>
</view>
<view
v-if="list.length === 0"
@@ -193,6 +196,9 @@ export default {
</script>
<style scoped lang="less">
.text-center{
text-align: center;
}
.popup-coupons {
background: #F0F0F0;
.popup-box {