From eee06e9f1d82b09d2ef788c73f71bb4165a9619f Mon Sep 17 00:00:00 2001 From: LuoShijie Date: Mon, 27 Nov 2023 13:46:36 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BD=97=E4=B8=96=E6=9D=B0=EF=BC=9A=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E9=A1=B5=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/detail/detail.vue | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/pages/detail/detail.vue b/pages/detail/detail.vue index 4d7149e..2dfedb7 100644 --- a/pages/detail/detail.vue +++ b/pages/detail/detail.vue @@ -9,6 +9,10 @@ + + {{shopInfo.mianji}}m² + 面积 + {{shopInfo.zujin}}元/月 租金 @@ -18,10 +22,6 @@ 转让费 预计投资 - - {{shopInfo.mianji}}m² - 面积 - @@ -42,7 +42,14 @@ - + + + + {{ shopInfo.content }} + 联系我时,请说是在速配商铺上看到的,谢谢! + + + @@ -231,6 +238,12 @@ } } + .shop-content { + margin-top: 20rpx; + display: flex; + flex-wrap: wrap; + } + .bottom { position: fixed; bottom: 0;