Commit 3b534063da2660079da47b7493c7a4a62678eb71
1 parent
6a482f51
OA单优化
Showing
5 changed files
with
5 additions
and
3 deletions
components/diy_seckill/diy_seckill.wxml
... | ... | @@ -106,7 +106,7 @@ |
106 | 106 | </view> |
107 | 107 | |
108 | 108 | <view class="o1_right"> |
109 | - <view class="sp_wzi ellipsis-2">{{aitem.title}}</view> | |
109 | + <view class="sp_wzi ellipsis-2">{{aitem.goods_name}}</view> | |
110 | 110 | <view class="o1_sj_kill"> |
111 | 111 | <text>{{aitem.djs.day}}</text> 天 |
112 | 112 | <text>{{aitem.djs.hou}}</text> : | ... | ... |
packageD/pages/shop/order_detail/order_detail.wxml
1 | 1 | <wxs module="filters" src="../../../../utils/filter.wxs"></wxs> |
2 | 2 | <view class="container"> |
3 | - <view class="user-mes" wx:if="{{order.exp_type==0}}"> | |
3 | + <view class="user-mes" wx:if="{{order.exp_type==0 || order.exp_type==2 }}"> | |
4 | 4 | <view class="user-contact"> |
5 | 5 | <text selectable> {{order.consignee}}{{' '}}{{order.mobile}} </text> |
6 | 6 | </view> | ... | ... |
packageD/pages/shop/order_detail/order_detail.wxss
pages/user/order_detail/order_detail.wxml
1 | 1 | <wxs module="filters" src="../../../utils/filter.wxs"></wxs> |
2 | 2 | <view class="container"> |
3 | - <view class="user-mes" wx:if="{{order.exp_type==0}}"> | |
3 | + <view class="user-mes" wx:if="{{order.exp_type==0 || order.exp_type==2 }}"> | |
4 | 4 | <view class="user-contact"> |
5 | 5 | {{order.consignee}}{{' '}}{{order.mobile}} |
6 | 6 | </view> | ... | ... |