From b06a69bd330676e70ddbccddb43e622dc128c018 Mon Sep 17 00:00:00 2001 From: zzc <1761997216@qq.com> Date: Fri, 13 Feb 2026 16:43:55 +0800 Subject: [PATCH] fix: create page --- pages.json | 12 +- pages/creation/index.vue | 472 +++++++++++++++++++++++++++++++++++++++ pages/make/index.vue | 6 +- 3 files changed, 485 insertions(+), 5 deletions(-) create mode 100644 pages/creation/index.vue diff --git a/pages.json b/pages.json index 6cd40d0..8b8002a 100644 --- a/pages.json +++ b/pages.json @@ -89,6 +89,14 @@ "navigationStyle": "custom" } }, + { + "path": "pages/creation/index", + "style": { + "navigationBarTitleText": "创作中心", + "navigationStyle": "custom", + "backgroundColor": "#fbfbfb" + } + }, { "path": "pages/detail/index", "style": { @@ -176,8 +184,8 @@ "selectedIconPath": "static/images/tabBar/home_s.png" }, { - "text": "定制贺卡", - "pagePath": "pages/make/index", + "text": "创作", + "pagePath": "pages/creation/index", "iconPath": "static/images/tabBar/creation.png", "selectedIconPath": "static/images/tabBar/creation_s.png" }, diff --git a/pages/creation/index.vue b/pages/creation/index.vue new file mode 100644 index 0000000..5e44149 --- /dev/null +++ b/pages/creation/index.vue @@ -0,0 +1,472 @@ + + + + + diff --git a/pages/make/index.vue b/pages/make/index.vue index cd8d546..7e3e64e 100644 --- a/pages/make/index.vue +++ b/pages/make/index.vue @@ -1,5 +1,6 @@