From 07bccb8b68aca61b6c163f1b9efb6ca265a21b1f Mon Sep 17 00:00:00 2001 From: linxi Date: Wed, 4 Dec 2024 14:39:26 +0800 Subject: [PATCH 01/54] =?UTF-8?q?Feat=EF=BC=9A=E8=A7=A3=E9=99=A4=E5=BA=97?= =?UTF-8?q?=E9=93=BA=E5=85=A5=E4=BD=8F=E5=9B=BE=E7=89=87=E6=95=B0=E9=87=8F?= =?UTF-8?q?=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_join/views/shop.vue | 2 +- pkg_join/views/supplier.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg_join/views/shop.vue b/pkg_join/views/shop.vue index 24d785e..d5525e2 100644 --- a/pkg_join/views/shop.vue +++ b/pkg_join/views/shop.vue @@ -119,7 +119,7 @@ \ No newline at end of file diff --git a/pages/town/components/information.vue b/pages/town/components/information.vue new file mode 100644 index 0000000..47e2551 --- /dev/null +++ b/pages/town/components/information.vue @@ -0,0 +1,254 @@ + + + + + diff --git a/pages/town/components/projects.vue b/pages/town/components/projects.vue new file mode 100644 index 0000000..b21985d --- /dev/null +++ b/pages/town/components/projects.vue @@ -0,0 +1,186 @@ + + + + + \ No newline at end of file diff --git a/pages/town/components/service.vue b/pages/town/components/service.vue new file mode 100644 index 0000000..2fb34de --- /dev/null +++ b/pages/town/components/service.vue @@ -0,0 +1,127 @@ + + + + + \ No newline at end of file diff --git a/pages/town/index.vue b/pages/town/index.vue new file mode 100644 index 0000000..21b14ba --- /dev/null +++ b/pages/town/index.vue @@ -0,0 +1,148 @@ + + + + + \ No newline at end of file From b535e21e2fa2ce382cebe238efb9fc20d44f9f7d Mon Sep 17 00:00:00 2001 From: linxi Date: Fri, 13 Dec 2024 16:04:25 +0800 Subject: [PATCH 03/54] =?UTF-8?q?Feat=EF=BC=9A=20=E5=AF=BB=E8=B6=A3?= =?UTF-8?q?=E5=91=B3=E6=8E=A5=E5=8F=A3=E5=AF=B9=E6=8E=A5=EF=BC=88=E7=BC=BA?= =?UTF-8?q?=E5=88=86=E4=BA=AB=E6=8E=A5=E5=8F=A3=EF=BC=8C=E5=BA=97=E4=BD=8F?= =?UTF-8?q?=E5=90=8D=E7=A7=B0=E5=AD=97=E6=AE=B5=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/inn.js | 5 +++ pages.json | 1 + pages/cloud/haveFun.vue | 2 +- pages/town/components/culture.vue | 6 +-- pages/town/components/information.vue | 34 ++++++---------- pages/town/components/projects.vue | 52 ++++++++++++++++++++---- pages/town/components/service.vue | 8 +++- pages/town/index.vue | 58 ++++++++++++++++++++++++--- 8 files changed, 124 insertions(+), 42 deletions(-) diff --git a/api/inn.js b/api/inn.js index 089c259..3ad1d82 100644 --- a/api/inn.js +++ b/api/inn.js @@ -258,4 +258,9 @@ export function getAncientTownActive(params) { return request.get("/ancientTown/activity", params) } +export function watchTownActive(data) { + return request.post("/ancientTown/activity/view", data, {login: true}) +} + + diff --git a/pages.json b/pages.json index b27049c..eff8a24 100644 --- a/pages.json +++ b/pages.json @@ -109,6 +109,7 @@ { "path": "pages/town/index", "style": { + "navigationBarTextStyle": "white", "navigationStyle": "custom", "navigationBarTitleText": "探索生活好去处" } diff --git a/pages/cloud/haveFun.vue b/pages/cloud/haveFun.vue index 49f1d9a..734b8b5 100644 --- a/pages/cloud/haveFun.vue +++ b/pages/cloud/haveFun.vue @@ -92,7 +92,7 @@ - {{ town.name }} + 点击进入 diff --git a/pages/town/components/culture.vue b/pages/town/components/culture.vue index d6a633e..d84f23a 100644 --- a/pages/town/components/culture.vue +++ b/pages/town/components/culture.vue @@ -1,6 +1,6 @@