优化订单详情页面
This commit is contained in:
parent
64e11a2cce
commit
503c6f097f
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue