2023-3-22

This commit is contained in:
2023-03-22 17:40:33 +08:00
parent 2e6fca8ed1
commit e17b1dce47
3 changed files with 8 additions and 9 deletions

View File

@@ -117,14 +117,14 @@
<view v-if='couponList && couponList.length>0' class="f-header m-t" @click="allAcceptCoupon">
<image src="/static/youhuiquan.png"></image>
<view class="tit-box">
<text class="tit">可领取优惠券</text>
<text class="tit">{{ couponList.length}}张可领取优惠券</text>
</view>
<text class="get-btn">全部领取</text>
</view>
<coupon v-for="(item, index) in couponList" :key="index" v-bind:item="item" theme="#EB331E" ref="SubComponent"
<!-- <coupon v-for="(item, index) in couponList" :key="index" v-bind:item="item" theme="#EB331E" ref="SubComponent"
@callParentMethod="callParentMethod"></coupon>
-->
<!-- 团购楼层
<view class="f-header m-t" @click="navToTabPage('../../pagesA/product/groupList')"
v-if="groupHotGoodsList.length > 0">
@@ -1194,7 +1194,7 @@
}
.get-btn {
width: 80px;
width: 80px;
line-height: 45upx;
margin-right: 10px;
text-align: center;