Commit fb318744 by 高淑倩

下单页不是会员显示plus

parent 7dcac4e1
...@@ -28,7 +28,6 @@ wxService.page({ ...@@ -28,7 +28,6 @@ wxService.page({
plusMemberName: '', plusMemberName: '',
defalutCoupon: '', defalutCoupon: '',
addressId: '', // 收货地址id addressId: '', // 收货地址id
showPlus: null
}, },
/** /**
...@@ -55,8 +54,7 @@ wxService.page({ ...@@ -55,8 +54,7 @@ wxService.page({
// 下单 && 计算优惠价 // 下单 && 计算优惠价
this.setData({ this.setData({
trolleySku2Buy: tradeDto.trolleySku2Buy, trolleySku2Buy: tradeDto.trolleySku2Buy
showPlus: app.globalData.isPlusVip ? false : true
}, () => { }, () => {
this.initCitys() this.initCitys()
// 地址列表 // 地址列表
......
...@@ -86,7 +86,7 @@ ...@@ -86,7 +86,7 @@
<!-- 商品合计 --> <!-- 商品合计 -->
<view class="pro-sum"> <view class="pro-sum">
<view class="vip-info" wx:if="{{showPlus}}"> <view class="vip-info" wx:if="{{!isVip}}">
<view class="vip-left"> <view class="vip-left">
<view class="left-top"> <view class="left-top">
<image class="top-image" src="/assets/imgs/7_1_0/plus-icon.png" /> <image class="top-image" src="/assets/imgs/7_1_0/plus-icon.png" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment