From c71586fc1d64acc5cd45701065878ee2a590c8c3 Mon Sep 17 00:00:00 2001 From: modendeveloper Date: Thu, 23 Jan 2025 00:15:56 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A3149=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=E8=90=A5?= =?UTF-8?q?=E4=B8=9A=E6=97=B6=E9=97=B4=E6=8D=A2=E5=88=B0=E5=BA=97=E4=B8=BB?= =?UTF-8?q?=E5=90=8D=E7=A7=B0=E4=B8=8B=E6=96=B9=EF=BC=8C=E5=B9=B6=E4=B8=94?= =?UTF-8?q?=E5=BA=97=E4=B8=BB=E5=90=8D=E7=A7=B0=E5=BE=80=E4=B8=8A=E7=A7=BB?= =?UTF-8?q?=E4=B8=80=E7=82=B9=EF=BC=8C=E7=A9=BA=E5=87=BA=E7=9A=84=E5=9C=B0?= =?UTF-8?q?=E6=96=B9=E6=94=BE=E8=90=A5=E4=B8=9A=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pagesInn/inn/innHome.vue | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/pagesInn/inn/innHome.vue b/pagesInn/inn/innHome.vue index 9aa1fc5..ee96eee 100644 --- a/pagesInn/inn/innHome.vue +++ b/pagesInn/inn/innHome.vue @@ -61,7 +61,13 @@ - {{ inn.ownerName }}/店主 + + {{ inn.ownerName }}/店主 + + 营业时间: + {{ inn.serviceTime }} - {{ inn.serviceEndTime }} + + 保证金:{{ inn.guaranteeValue }}元 @@ -95,7 +101,9 @@ + + @@ -125,13 +133,7 @@ {{ inn.address }} - - - - - 营业时间: - {{ inn.serviceTime }} - {{ inn.serviceEndTime }} - +