Fix:2949 【商城小程序】优惠详情中无更多可使用券时增加提示“暂无更多可使用券,快去抽奖吧~”
This commit is contained in:
@@ -75,6 +75,9 @@
|
|||||||
@change="selectCoupon"
|
@change="selectCoupon"
|
||||||
v-if="index !== maxIndex"
|
v-if="index !== maxIndex"
|
||||||
/>
|
/>
|
||||||
|
<view v-if="list.length === 1" class="no-quan v12-font-28 v12-dark1-text text-center">
|
||||||
|
暂无更多可使用优惠券,快去抽奖去吧~
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view
|
<view
|
||||||
v-if="list.length === 0"
|
v-if="list.length === 0"
|
||||||
@@ -193,6 +196,9 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped lang="less">
|
<style scoped lang="less">
|
||||||
|
.text-center{
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
.popup-coupons {
|
.popup-coupons {
|
||||||
background: #F0F0F0;
|
background: #F0F0F0;
|
||||||
.popup-box {
|
.popup-box {
|
||||||
|
|||||||
Reference in New Issue
Block a user