正在显示
1 个修改的文件
包含
4 行增加
和
5 行删除
@@ -377,9 +377,9 @@ | @@ -377,9 +377,9 @@ | ||
377 | </view> | 377 | </view> |
378 | <!-- 待完成 --> | 378 | <!-- 待完成 --> |
379 | <view class='mid_item' bindtap="shoptail" data-shop_id='{{item.shop_id}}' wx:if='{{currentTab == 4}}' wx:for='{{orderList}}' wx:key=''> | 379 | <view class='mid_item' bindtap="shoptail" data-shop_id='{{item.shop_id}}' wx:if='{{currentTab == 4}}' wx:for='{{orderList}}' wx:key=''> |
380 | - <view class="nodata" wx:if="{{orderList.length==0}}">暂无数据</view> | ||
381 | - <block wx:else> | ||
382 | - <view wx:for='{{orderList}}' wx:key=''> | 380 | + |
381 | + | ||
382 | + | ||
383 | <!-- 上 --> | 383 | <!-- 上 --> |
384 | <view class='mid_item_top'> | 384 | <view class='mid_item_top'> |
385 | <!-- 订单号 --> | 385 | <!-- 订单号 --> |
@@ -455,9 +455,8 @@ | @@ -455,9 +455,8 @@ | ||
455 | </view> | 455 | </view> |
456 | </view> | 456 | </view> |
457 | 457 | ||
458 | - </block> | ||
459 | 458 | ||
460 | - </view> | 459 | + |
461 | <!-- 待评价 --> | 460 | <!-- 待评价 --> |
462 | <!-- <block wx:if='{{currentTab == 5}}'> | 461 | <!-- <block wx:if='{{currentTab == 5}}'> |
463 | <view class='mid_item' bindtap="shoptail" data-shop_id='{{item.shop_id}}' wx:for='{{orderList}}' wx:key=''> | 462 | <view class='mid_item' bindtap="shoptail" data-shop_id='{{item.shop_id}}' wx:for='{{orderList}}' wx:key=''> |
-
请 注册 或 登录 后发表评论