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;