From bdd525fd73b8186374e6f0aa78f40b7dc3f98ff7 Mon Sep 17 00:00:00 2001 From: huliyong <2783385703@qq.com> Date: Fri, 5 Sep 2025 13:12:01 +0800 Subject: [PATCH] 1 --- components/home/homeList.vue | 16 +-- pages/tourGuide/tourGuide.vue | 147 ++++++++++++++++------------ pages_subpack/category/component/search.vue | 2 +- pages_subpack/category/index.vue | 2 +- pages_subpack/detail/index.vue | 15 +-- pages_subpack/house/other.vue | 2 +- 6 files changed, 105 insertions(+), 79 deletions(-) diff --git a/components/home/homeList.vue b/components/home/homeList.vue index dd0e241..44921de 100644 --- a/components/home/homeList.vue +++ b/components/home/homeList.vue @@ -3,8 +3,8 @@ - - + + @@ -14,22 +14,24 @@ {{item.homeType}} {{item.timeGo}}年 - + - + {{item.num}} - ¥{{item.price}}元/{{item.unit}} + ¥{{item.price}}{{item.unit}} {{item.address}} diff --git a/pages/tourGuide/tourGuide.vue b/pages/tourGuide/tourGuide.vue index f762bbc..2663b62 100644 --- a/pages/tourGuide/tourGuide.vue +++ b/pages/tourGuide/tourGuide.vue @@ -1,7 +1,7 @@