Commit 6535bd14a6ddf9a582e2e6cd0be9270bce538c24
1 parent
5df81967
211212121
Showing
1 changed file
with
1 additions
and
1 deletions
pages/goods/goodsInfo/goodsInfo.wxml
... | ... | @@ -269,7 +269,7 @@ |
269 | 269 | <view class="fs24 white view card-name ellipsis-1">{{g_filters.get_card_price(data,card_list,1)}}</view> |
270 | 270 | </view> |
271 | 271 | <view class="card-effect"> |
272 | - <view class="fs24 xc-black3">成为黄钻卡会员立<text class="co-red">省{{data.market_price-g_filters.get_card_price(data,card_list,0)}}</text>元</view> | |
272 | + <view class="fs24 xc-black3">成为{{g_filters.get_card_price(data,card_list,1)}}立<text class="co-red">省{{data.market_price-g_filters.get_card_price(data,card_list,0)}}</text>元</view> | |
273 | 273 | <view class="fs22 xc-ash"> 开通会员 尽享更多优惠 </view> |
274 | 274 | </view> |
275 | 275 | </view> | ... | ... |