|
@@ -96,7 +96,7 @@
|
|
|
getDay
|
|
|
} from '../../utils/commonUtils.js'
|
|
|
import {
|
|
|
- IMG_BASE_URL
|
|
|
+ ROOM_TYPE_PIC_URL
|
|
|
} from "../../config.js"
|
|
|
import moment from 'moment'
|
|
|
import {
|
|
@@ -301,7 +301,7 @@
|
|
|
let checkinInfo = res.data.data
|
|
|
// console.log(checkinInfo)
|
|
|
if (checkinInfo) {
|
|
|
- this.roomTypePicPath = IMG_BASE_URL + '/' + checkinInfo.roomPicPath
|
|
|
+ this.roomTypePicPath = ROOM_TYPE_PIC_URL + '/' + checkinInfo.roomPicPath
|
|
|
this.roomInfo = checkinInfo.roomTypeName + checkinInfo.room
|
|
|
this.unitPrice = checkinInfo.unitPrice
|
|
|
this.breakfastNum = checkinInfo.breakfastNum
|