Commit 8764aee1d1bfcd6d85b2c861d220c8e1618118c6
1 parent
72b95789
物流显示
Showing
1 changed file
with
3 additions
and
2 deletions
packageC/pages/luckyGo/luckyGo_order/luckyGo_order.wxml
... | ... | @@ -84,9 +84,10 @@ |
84 | 84 | <view>{{order.addTimeFormat}}</view> |
85 | 85 | </view> |
86 | 86 | |
87 | - <view class="item" wx:if="{{order.order_prom_type!=5}}"> | |
87 | + <view class="item"> | |
88 | 88 | <view>配送方式</view> |
89 | - <view>{{(order.shipping_name!=''&& order.shipping_name!=null) ?order.shipping_name:'无'}}</view> | |
89 | + <view wx:if="{{order.exp_type == 0}}">{{order.shipping_name}}</view> | |
90 | + <view wx:if="{{order.exp_type == 1}}">自提</view> | |
90 | 91 | </view> |
91 | 92 | <view class="item"> |
92 | 93 | <view>买家留言</view> | ... | ... |