From e45d9e1afc76cc92514aee1837752ae9836349c2 Mon Sep 17 00:00:00 2001 From: linxi Date: Wed, 12 Feb 2025 15:55:36 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A3175=20=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E4=BF=AE=E6=94=B9=E5=BA=97?= =?UTF-8?q?=E9=93=BA=E9=A1=B5=E9=9D=A2=E7=9A=84=E8=90=A5=E4=B8=9A=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E6=B2=A1=E6=9C=89=E8=8E=B7=E5=8F=96=E5=B7=B2=E7=BB=8F?= =?UTF-8?q?=E4=BF=9D=E5=AD=98=E8=BF=87=E7=9A=84=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pagesInn/inn/innProfileEdit.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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