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 @@