Commit 1e57a79946fb544c753b84a6b4339026f20d88df
1 parent
e57682a8
团购不显示等级卡标签
Showing
1 changed file
with
1 additions
and
1 deletions
components/goods_list/goods_list.wxml
... | ... | @@ -12,7 +12,7 @@ |
12 | 12 | <!-- 商品名称 --> |
13 | 13 | <view class="goods_name ellipsis-2 fs28">{{item.goods_name}}</view> |
14 | 14 | <!-- 判断是否有活动价 --> |
15 | - <block wx:if="{{(item.prom_price>0 || item.prom_integral>0) && item.prom_type!=2 && item.prom_id>0}}"> | |
15 | + <block wx:if="{{(item.prom_price>0 || item.prom_integral>0) && item.prom_id>0}}"> | |
16 | 16 | <view class="pdt10"> |
17 | 17 | <view class="money flex xc-wc" > |
18 | 18 | <text wx:if="{{item.prom_integral}}"><text class="fs35" style="font-weight: bold;">{{item.prom_integral}}</text>积分</text> | ... | ... |