|
@@ -19,9 +19,6 @@
|
|
|
<view class="room-type-item-middle-text">
|
|
|
<text>{{order.room ? order.room : ""}}</text>
|
|
|
</view>
|
|
|
- <!-- <view class="room-type-item-middle-bottom">
|
|
|
- <text>{{orderInfo.roomArea}}㎡ </text>
|
|
|
- </view> -->
|
|
|
</view>
|
|
|
<view class="room-type-item-right">
|
|
|
<view class="room-type-item-right-text">
|
|
@@ -95,7 +92,6 @@
|
|
|
<view class="price">
|
|
|
<text>合计:</text>
|
|
|
<text>¥{{order.price ? order.price : ""}}</text>
|
|
|
- <!-- <text>合计:<text style="color: red;font-weight: bold;">¥{{orderInfo.price}}</text></text> -->
|
|
|
</view>
|
|
|
<view class="deposit">
|
|
|
<text text="" align="right" size="20">(注:需付押金{{order.deposit ? order.deposit : ""}}元)</text>
|
|
@@ -138,7 +134,6 @@
|
|
|
startDay: this.startDay,
|
|
|
endDate: this.endDate,
|
|
|
endDay: this.endDay,
|
|
|
- orderInfo: {},
|
|
|
arrowPicPath: '/static/arrow.png',
|
|
|
confirmDone: false,
|
|
|
options: [{
|
|
@@ -230,7 +225,7 @@
|
|
|
if (res.confirm) {
|
|
|
uni.navigateTo({
|
|
|
url: '/subpkg_checkin/selectRoom/selectRoom?roomType=' +
|
|
|
- this.orderInfo.roomType
|
|
|
+ this.order.roomType
|
|
|
})
|
|
|
}
|
|
|
}
|