|
@@ -20,7 +20,7 @@
|
|
|
<view class="info-main flex flex_column">
|
|
|
<view class="flex flex_1 align_center">
|
|
|
<view class="new-left">
|
|
|
- {{orderInfo.contactAddress || '--'}}
|
|
|
+ {{orderInfo.contactAddress +(orderInfo.houseAddress||'')}}
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="time flex align_center justify_between">
|
|
@@ -35,7 +35,7 @@
|
|
|
<view class="item-info">
|
|
|
<view class="item flex justify_between">
|
|
|
<text>预约品类</text>
|
|
|
- <text>{{typeNames}}</text>
|
|
|
+ <text>{{orderInfo.reserveRubbishType}}</text>
|
|
|
</view>
|
|
|
<view class="item flex justify_between">
|
|
|
<text>预约重量</text>
|