Commit 9011c26f9f41080334ad512df445a7547db218b2
1 parent
dfebcf4e
等级卡立即续费的时候。要用手店价格来计算优惠金额
Showing
1 changed file
with
2 additions
and
2 deletions
pages/goods/goodsInfo/goodsInfo.wxml
... | ... | @@ -298,7 +298,7 @@ |
298 | 298 | </view> |
299 | 299 | </view> |
300 | 300 | <!-- 立即续费的显示 --> |
301 | - <view wx:elif="{{is_near_date && data[card_field]>0}}"> | |
301 | + <view wx:elif="{{is_near_date && data[card_field]>0 && prom_type!=1}}"> | |
302 | 302 | <view class="beauty-makeup-frame flex ai-center"> |
303 | 303 | <view class="left flex ai-center"> |
304 | 304 | <view class="flex ai-center grade-card-frame card-frame advert-card"> |
... | ... | @@ -306,7 +306,7 @@ |
306 | 306 | <view class="fs24 white view card-name ellipsis-1">{{card_name}}</view> |
307 | 307 | </view> |
308 | 308 | <view class="card-effect"> |
309 | - <view class="fs24 xc-black3">成为{{card_name}}立<text class="co-red">省{{filters.toFix(data.market_price-data[card_field],2)}}</text>元</view> | |
309 | + <view class="fs24 xc-black3">成为{{card_name}}立<text class="co-red">省{{filters.toFix(data.shop_price[card_field],2)}}</text>元</view> | |
310 | 310 | <view class="fs22 xc-ash"> 开通会员 尽享更多优惠 </view> |
311 | 311 | </view> |
312 | 312 | </view> | ... | ... |