|
@@ -16,23 +16,25 @@
|
|
|
<view class="order-wrap">
|
|
|
<view class="more">
|
|
|
<text class="title">我的订单</text>
|
|
|
- <view> <text class="more-right">全部订单</text> <text class="iconfont icon-chakangengduo"></text> </view>
|
|
|
+ <view @click="navigator('/pages/order/order-list?listType=0')"> <text class="more-right">全部订单</text> <text class="iconfont icon-chakangengduo"></text> </view>
|
|
|
</view>
|
|
|
<view class="line"></view>
|
|
|
<view class="order-nav">
|
|
|
- <view class="order-nav-item">
|
|
|
+ <view class="order-nav-item" @click="navigator('/pages/order/order-list?listType=1')">
|
|
|
<image src="@/static/ws/dh_dqr_01.png" mode="widthFix"></image> <text>待确认</text>
|
|
|
</view>
|
|
|
- <view class="order-nav-item">
|
|
|
+ <view class="order-nav-item" @click="navigator('/pages/order/order-list?listType=2')">
|
|
|
<image src="@/static/ws/dh_dfk_02.png" mode="widthFix"></image> <text>待付款</text>
|
|
|
</view>
|
|
|
- <view class="order-nav-item">
|
|
|
+ <view class="order-nav-item" @click="navigator('/pages/order/order-list?listType=3')">
|
|
|
<image src="@/static/ws/dh_dfh_03.png" mode="widthFix"></image> <text>待发货</text>
|
|
|
</view>
|
|
|
- <view class="order-nav-item">
|
|
|
+ <view class="order-nav-item" @click="navigator('/pages/order/order-list?listType=4')">
|
|
|
<image src="@/static/ws/dh_yfh_04.png" mode="widthFix"></image> <text>已发货</text>
|
|
|
</view>
|
|
|
- <view class="order-nav-item"> <image src="../../static/ws/dh_tk_05.png" mode="widthFix"></image> <text>退款</text> </view>
|
|
|
+ <view class="order-nav-item" @click="navigator('/pages/order/order-list?listType=5')">
|
|
|
+ <image src="../../static/ws/dh_tk_05.png" mode="widthFix"></image> <text>退款</text>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<!-- 订单状态区域END -->
|
|
@@ -43,7 +45,7 @@
|
|
|
</view>
|
|
|
<!-- 帮机构下单END -->
|
|
|
<!-- 客服 -->
|
|
|
- <view class="ws-service"> <text class="iconfont iconzaixiankefu"></text> 在线客服 </view>
|
|
|
+ <view class="ws-service"> <text class="iconfont icon-zaixiankefu"></text> 在线客服 </view>
|
|
|
</view>
|
|
|
</template>
|
|
|
|