|
|
@ -62,23 +62,28 @@ |
|
|
|
|
|
|
|
<view class="order"> |
|
|
|
<view class="box"> |
|
|
|
<view class="boxs" @click="$utils.navigateTo('/pages/index/order?type=1')"> |
|
|
|
<view class="boxs" |
|
|
|
@click="$utils.navigateTo('/pages/index/order?type=1')"> |
|
|
|
<image src="../../static/image/center/13.png" mode="aspectFill" /> |
|
|
|
<view>待付款</view> |
|
|
|
</view> |
|
|
|
<view class="boxs"> |
|
|
|
<view class="boxs" |
|
|
|
@click="$utils.navigateTo('/pages/index/order?type=2')"> |
|
|
|
<image src="../../static/image/center/14.png" mode="aspectFill" /> |
|
|
|
<view>已付款</view> |
|
|
|
</view> |
|
|
|
<view class="boxs"> |
|
|
|
<view class="boxs" |
|
|
|
@click="$utils.navigateTo('/pages/index/order?type=3')"> |
|
|
|
<image src="../../static/image/center/15.png" mode="aspectFill" /> |
|
|
|
<view>待发货</view> |
|
|
|
</view> |
|
|
|
<view class="boxs"> |
|
|
|
<view class="boxs" |
|
|
|
@click="$utils.navigateTo('/pages/index/order?type=4')"> |
|
|
|
<image src="../../static/image/center/16.png" mode="aspectFill" /> |
|
|
|
<view>待收货</view> |
|
|
|
</view> |
|
|
|
<view class="boxs"> |
|
|
|
<view class="boxs" |
|
|
|
@click="$utils.navigateTo('/pages/index/order?type=5')"> |
|
|
|
<image src="../../static/image/center/17.png" mode="aspectFill" /> |
|
|
|
<view>已完成</view> |
|
|
|
</view> |
|
|
|