|
|
|
@ -213,12 +213,20 @@ |
|
|
|
|
<u-icon style="margin-left: 5rpx; color: #909090; margin-top: -5rpx;" name="arrow-right"></u-icon> |
|
|
|
|
</view> |
|
|
|
|
<view class="grounding goodsOrder"> |
|
|
|
|
<view class="image-text_21" @click="toFuwu(1)"> |
|
|
|
|
<image :src="$picUrl+'/static/user/untake.png'" class="label_11"></image> |
|
|
|
|
<view class="text-group_21"> |
|
|
|
|
<text class="text_71" |
|
|
|
|
v-if="orderTodoInfo.service_order.payment_number">{{orderTodoInfo.service_order.payment_number}}</text> |
|
|
|
|
<text class="text_81">待支付</text> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="image-text_21" @click="toFuwu(3)"> |
|
|
|
|
<image :src="$picUrl+'/static/user/unpay.png'" class="label_11"></image> |
|
|
|
|
<view class="text-group_21"> |
|
|
|
|
<text class="text_71" |
|
|
|
|
v-if="orderTodoInfo.service_order.confirm_number">{{orderTodoInfo.service_order.confirm_number}}</text> |
|
|
|
|
<text class="text_81">待确认</text> |
|
|
|
|
<text class="text_81">待服务</text> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="image-text_21" @click="toFuwu(2)"> |
|
|
|
@ -226,15 +234,7 @@ |
|
|
|
|
<view class="text-group_21"> |
|
|
|
|
<text class="text_71" |
|
|
|
|
v-if="orderTodoInfo.service_order.service_number">{{orderTodoInfo.service_order.service_number}}</text> |
|
|
|
|
<text class="text_81">待服务</text> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="image-text_21" @click="toFuwu(1)"> |
|
|
|
|
<image :src="$picUrl+'/static/user/untake.png'" class="label_11"></image> |
|
|
|
|
<view class="text-group_21"> |
|
|
|
|
<text class="text_71" |
|
|
|
|
v-if="orderTodoInfo.service_order.payment_number">{{orderTodoInfo.service_order.payment_number}}</text> |
|
|
|
|
<text class="text_81">待支付</text> |
|
|
|
|
<text class="text_81">待派单</text> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="image-text_21" @click="toFuwu(4)"> |
|
|
|
|