Commit c40e4c9bebc9e31a9674a76d9cd7efe64545c522
1 parent
35da1d29
显示送赠品的优化
Showing
1 changed file
with
2 additions
and
1 deletions
pages/goods/goodsInfo/goodsInfo.wxml
@@ -1182,7 +1182,8 @@ | @@ -1182,7 +1182,8 @@ | ||
1182 | <text style="font-size: 23rpx">¥</text> | 1182 | <text style="font-size: 23rpx">¥</text> |
1183 | {{filters.toFix(prom_act.tz_yyhjg,2)}} | 1183 | {{filters.toFix(prom_act.tz_yyhjg,2)}} |
1184 | </view> | 1184 | </view> |
1185 | - <view wx:if="{{prom_act.tz_yhjgtype==2}}">团长免单</view> | 1185 | + <view style="margin-top:2rpx" wx:if="{{prom_act.tz_yhjgtype==2}}">团长免单</view> |
1186 | + <view style="margin-top:2rpx" wx:if="{{prom_act.tz_yhjgtype==4}}">送赠品</view> | ||
1186 | </view> | 1187 | </view> |
1187 | <view wx:else> | 1188 | <view wx:else> |
1188 | <view class="fir-v">¥{{ filters.toFix(prom_act.price,2)}}</view> | 1189 | <view class="fir-v">¥{{ filters.toFix(prom_act.price,2)}}</view> |