From 865d0629bcdff1dcb12863dd7de846095d9f784c Mon Sep 17 00:00:00 2001 From: winter_born <2264596049@qq.com> Date: Sun, 19 Apr 2026 16:26:47 +0800 Subject: [PATCH] 3h16min --- pages.json | 6 ++ pages/index/house_list.vue | 176 +++++++++++++++++++++++++++++++++++++ pages/index/index.vue | 165 +++++++++++++++++++++++++++++++--- static/优惠促销.png | Bin 0 -> 2854 bytes static/搜索.png | Bin 0 -> 827 bytes static/民俗文化.png | Bin 0 -> 2330 bytes static/联合 10.png | Bin 0 -> 552 bytes 7 files changed, 336 insertions(+), 11 deletions(-) create mode 100644 pages/index/house_list.vue create mode 100644 static/优惠促销.png create mode 100644 static/搜索.png create mode 100644 static/民俗文化.png create mode 100644 static/联合 10.png diff --git a/pages.json b/pages.json index f360be4..399ca15 100644 --- a/pages.json +++ b/pages.json @@ -16,6 +16,12 @@ "style": { "navigationBarTitleText": "" } + }, + { + "path": "pages/index/house_list", + "style": { + "navigationBarTitleText": "" + } } ], "globalStyle": { diff --git a/pages/index/house_list.vue b/pages/index/house_list.vue new file mode 100644 index 0000000..9aa5f86 --- /dev/null +++ b/pages/index/house_list.vue @@ -0,0 +1,176 @@ + + + + + \ No newline at end of file diff --git a/pages/index/index.vue b/pages/index/index.vue index a0cc734..f741b1d 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,5 +1,5 @@