Commit 3debf1885a8cecdf4e1d7a9c406e3561e605dce1
1 parent
f56615b3
1。 待发货要有数量提示
Showing
1 changed file
with
1 additions
and
1 deletions
pages/user/index/index.wxml
@@ -116,7 +116,7 @@ | @@ -116,7 +116,7 @@ | ||
116 | <view class="t-c margin-auto rel" bindtap="go_order" data-url="/pages/user/order_list/order_list?type=2"> | 116 | <view class="t-c margin-auto rel" bindtap="go_order" data-url="/pages/user/order_list/order_list?type=2"> |
117 | <image class="xc-send" src="{{iurl}}/miniapp/images/dfahuo.png?v=1"></image> | 117 | <image class="xc-send" src="{{iurl}}/miniapp/images/dfahuo.png?v=1"></image> |
118 | <view class="xc-word-color four-level-word">待发货</view> | 118 | <view class="xc-word-color four-level-word">待发货</view> |
119 | - <text class="order-num" hidden='{{toji.wait_receive>0?"":"true"}}'>{{toji.wait_send}}</text> | 119 | + <text class="order-num" hidden='{{toji.wait_send>0?"":"true"}}'>{{toji.wait_send}}</text> |
120 | </view> | 120 | </view> |
121 | 121 | ||
122 | <view class="t-c margin-auto rel" bindtap="go_order" data-url="/pages/user/order_list/order_list?type=3"> | 122 | <view class="t-c margin-auto rel" bindtap="go_order" data-url="/pages/user/order_list/order_list?type=3"> |