diff --git a/pagesInn/inn/innProfileEdit.vue b/pagesInn/inn/innProfileEdit.vue index b33539d..7efaf13 100644 --- a/pagesInn/inn/innProfileEdit.vue +++ b/pagesInn/inn/innProfileEdit.vue @@ -266,10 +266,9 @@ export default { // 赋值 const hotel = JSON.parse(uni.getStorageSync('MY_HOTEL_INFO')) this.innHistory = { - ...hotel, - serviceTime: '00:00', - serviceEndTime: '23:59' + ...hotel } + console.log(hotel,'hotel'); this.fillData(this.innApplyInfo, this.innHistory) if (hotel.coverType === 2) { this.innApplyInfo.coverVideo = hotel.cover