|
@@ -39,6 +39,7 @@
|
|
|
|
|
|
<view class="other-info">
|
|
|
<view class="other-info-item u-flex">
|
|
|
+ {{vehicleNo}}
|
|
|
<u-input v-model="vehicleNo" height="80" type="text" @focus="messageInputClick" placeholder="输入车牌号" />
|
|
|
<u-button type="primary" @click="handleParkInInfo">确认</u-button>
|
|
|
</view>
|
|
@@ -104,11 +105,12 @@
|
|
|
}
|
|
|
},
|
|
|
onLoad(page) {
|
|
|
+ console.log('page', page)
|
|
|
this.spaceId = page.spaceId;
|
|
|
this.orderInTime = page.orderInTime;
|
|
|
this.spaceName = page.spaceName;
|
|
|
this.roadNo = page.roadNo;
|
|
|
- this.carImg = age.carImg;
|
|
|
+ this.carImg = page.carImg;
|
|
|
this.vehicleNo = page.vehicleNo
|
|
|
},
|
|
|
onShow() {
|