|
@@ -437,7 +437,7 @@
|
|
|
},
|
|
|
async onLoad() {
|
|
|
let res = await uni.$http.post(`/hotel/roomType`, {
|
|
|
- hotelId: this.order.hotelId,
|
|
|
+ hotelId: this.currentHotel.hotelId,
|
|
|
roomType: this.order.roomType
|
|
|
})
|
|
|
this.roomPicPath = IMG_BASE_URL + '/' + res.data.data.roomPicPath
|