From 00ba2a3239dd98475addbac6b5da85152f13123d Mon Sep 17 00:00:00 2001 From: LinCyJang Date: Mon, 2 Jun 2025 11:26:19 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A3828=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=E5=BA=97=E9=93=BA=E4=B8=BB?= =?UTF-8?q?=E9=A1=B5-=E5=88=87=E6=8D=A2=E5=BA=97=E9=93=BA=E5=90=8E?= =?UTF-8?q?=EF=BC=8C=E5=88=86=E4=BA=AB=E5=BA=97=E9=93=BA=EF=BC=8C=E7=94=9F?= =?UTF-8?q?=E6=88=90=E7=9A=84=E5=9B=BE=E7=89=87=E4=B8=BA=E5=88=87=E6=8D=A2?= =?UTF-8?q?=E5=89=8D=E7=9A=84=E5=BA=97=E9=93=BA=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pagesInn/inn/innHome.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/pagesInn/inn/innHome.vue b/pagesInn/inn/innHome.vue index 4c243bc..7e69ad8 100644 --- a/pagesInn/inn/innHome.vue +++ b/pagesInn/inn/innHome.vue @@ -619,6 +619,7 @@ export default { } else { this.fetchInnInfoList() } + this.initPoster() this.fetchInnDetail() // this.fetchGoods(this.id) },