|
@@ -28,10 +28,10 @@
|
|
|
<view class="two">
|
|
|
<view class="two_1">
|
|
|
<view class="title">我的订单</view>
|
|
|
- <view class="title">
|
|
|
+ <!-- <view class="title">
|
|
|
<text @click="toOrder({route:'pagesMy/order/index',type:'order',status:'-0'})">全部订单</text>
|
|
|
<text class="iconfont icon-jiantouyou"></text>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
</view>
|
|
|
<view class="two_2">
|
|
|
<view class="orderList" v-for="(item, index) in orderList" :key="index" @click="toOrder(item)">
|