|
|
|
@ -2,13 +2,17 @@ |
|
|
|
<view class="flex-col page"> |
|
|
|
<view class="flex-col group_3"> |
|
|
|
<view class="flex-col section_2"> |
|
|
|
<view class="bottom-group justify-center"> |
|
|
|
<text class="text_2">发货单号:</text> |
|
|
|
<text class="text_3">{{ details.express_numb }}</text> |
|
|
|
<view class="bottom-group justify-center lf-m-t-20"> |
|
|
|
<text class="text_2">订单编号:</text> |
|
|
|
<text class="text_3">{{ details.order_id }}</text> |
|
|
|
</view> |
|
|
|
<view class="bottom-group justify-center lf-m-t-20" v-if="details.back_express_type"> |
|
|
|
<text class="text_2">发货物流:</text> |
|
|
|
<text class="text_3">{{ details.back_express_type }}</text> |
|
|
|
</view> |
|
|
|
<view class="bottom-group justify-center lf-m-t-20"> |
|
|
|
<text class="text_2">客服电话:</text> |
|
|
|
<text class="text_3">{{ details.tel }}</text> |
|
|
|
<view class="bottom-group justify-center lf-m-t-20" v-if="details.back_express_type"> |
|
|
|
<text class="text_2">发货单号:</text> |
|
|
|
<text class="text_3">{{ details.back_express_numb }}</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|