From ce44170338569b806c13fa2405af3eb5ddb4d3c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B7=A6=E5=93=A5?= <17630302050@163.com> Date: Thu, 13 Nov 2025 22:53:09 +0800 Subject: [PATCH] 1223 --- manifest.json | 2 +- pages.json | 8 +- pages/create/index.vue | 235 +++++++- pages/distribution/index.vue | 931 +++++++++++++++++++++++++++++- pages/index/index.vue | 2 +- pages/my/editInfo/index.vue | 268 +++++++++ pages/my/index.vue | 1053 +++++++++++++++++++++++++++++++++- pages/subscribe/index.vue | 393 ++++++++++++- 8 files changed, 2878 insertions(+), 14 deletions(-) create mode 100644 pages/my/editInfo/index.vue diff --git a/manifest.json b/manifest.json index a70c001..a00f5eb 100644 --- a/manifest.json +++ b/manifest.json @@ -50,7 +50,7 @@ "quickapp" : {}, /* 小程序特有相关 */ "mp-weixin" : { - "appid" : "", + "appid" : "wx26ad074017e1e63f", "setting" : { "urlCheck" : false }, diff --git a/pages.json b/pages.json index 098f192..f220bff 100644 --- a/pages.json +++ b/pages.json @@ -1,5 +1,5 @@ { - "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages + "pages": [ { "path": "pages/index/index", "style": { @@ -30,6 +30,12 @@ "style": { "navigationBarTitleText": "我的" } + }, + { + "path": "pages/my/editInfo/index", + "style": { + "navigationBarTitleText": "编辑信息" + } } ], "globalStyle": { diff --git a/pages/create/index.vue b/pages/create/index.vue index 910471a..35b0c63 100644 --- a/pages/create/index.vue +++ b/pages/create/index.vue @@ -1,11 +1,240 @@ - \ No newline at end of file diff --git a/pages/distribution/index.vue b/pages/distribution/index.vue index 910471a..7cd9f33 100644 --- a/pages/distribution/index.vue +++ b/pages/distribution/index.vue @@ -1,11 +1,936 @@ - \ No newline at end of file diff --git a/pages/index/index.vue b/pages/index/index.vue index b7d1864..e23d774 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -230,7 +230,7 @@ } - diff --git a/pages/my/index.vue b/pages/my/index.vue index 910471a..13ff2ee 100644 --- a/pages/my/index.vue +++ b/pages/my/index.vue @@ -1,11 +1,1060 @@ - \ No newline at end of file diff --git a/pages/subscribe/index.vue b/pages/subscribe/index.vue index 910471a..ee0653e 100644 --- a/pages/subscribe/index.vue +++ b/pages/subscribe/index.vue @@ -1,11 +1,398 @@ - \ No newline at end of file