...
|
...
|
@@ -377,9 +377,9 @@ |
|
|
</view>
|
|
|
<!-- 待完成 -->
|
|
|
<view class='mid_item' bindtap="shoptail" data-shop_id='{{item.shop_id}}' wx:if='{{currentTab == 4}}' wx:for='{{orderList}}' wx:key=''>
|
|
|
<view class="nodata" wx:if="{{orderList.length==0}}">暂无数据</view>
|
|
|
<block wx:else>
|
|
|
<view wx:for='{{orderList}}' wx:key=''>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 上 -->
|
|
|
<view class='mid_item_top'>
|
|
|
<!-- 订单号 -->
|
...
|
...
|
@@ -455,9 +455,8 @@ |
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
</block>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
<!-- 待评价 -->
|
|
|
<!-- <block wx:if='{{currentTab == 5}}'>
|
|
|
<view class='mid_item' bindtap="shoptail" data-shop_id='{{item.shop_id}}' wx:for='{{orderList}}' wx:key=''>
|
...
|
...
|
|