|
@ -101,7 +101,7 @@ |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
<!-- 出行人 --> |
|
|
<!-- 出行人 --> |
|
|
<view class="novice-box" v-if="item.contact_name"> |
|
|
<view class="novice-box" v-if="order_child[0].contact_name"> |
|
|
出行人 |
|
|
出行人 |
|
|
<view v-for="(item,index) in info.order_child" :key="index" class="novice-item"> |
|
|
<view v-for="(item,index) in info.order_child" :key="index" class="novice-item"> |
|
|
<view class="novice-title">{{item.specifications_name}}</view> |
|
|
<view class="novice-title">{{item.specifications_name}}</view> |
|
|