2023-3-22
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user