Commit cc8999f0c80ab91cfdb251ae684e29fc40c4535b

Authored by season
2 parents d45f3149 6535bd14

Merge branch 'dev' of http://git.vipzhuang.cn/wxd/MShopWeApp into dev

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>
... ...