优化订单详情页面

This commit is contained in:
TOP糯米 2023-04-01 20:05:38 +08:00
parent 64e11a2cce
commit 503c6f097f
1 changed files with 14 additions and 20 deletions

View File

@ -72,6 +72,7 @@
<text class="title">需求内容</text>
<text class="text">{{ order.content }}</text>
</view>
</block>
<view class="info-row">
<text class="title">下单时间</text>
<text class="text">{{ order.createTime }}</text>
@ -86,13 +87,6 @@
</view>
</block>
</view>
</block>
<block v-if="listType == 't3'">
<view class="info-row">
<text class="title">上门时间</text>
<text class="text">{{ order.serviceTime }}</text>
</view>
</block>
</view>
<block v-if="listType == 't1' || listType == 't2'">
<view class="section insurance">