diff --git a/pages.json b/pages.json index cd9ac59..39d8333 100644 --- a/pages.json +++ b/pages.json @@ -57,6 +57,14 @@ "enablePullDownRefresh": true } }, + { + "path": "pages/message/index", + "style": { + "navigationBarTitleText": "消息", + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } + }, { "path": "pages/webview/index", "style": { @@ -140,6 +148,12 @@ "iconPath": "static/images/tabBar/creation.png", "selectedIconPath": "static/images/tabBar/creation_s.png" }, + { + "text": "消息", + "pagePath": "pages/message/index", + "iconPath": "static/images/tabBar/me.png", + "selectedIconPath": "static/images/tabBar/me_s.png" + }, { "text": "我的", "pagePath": "pages/mine/mine", diff --git a/pages/message/index.vue b/pages/message/index.vue new file mode 100644 index 0000000..e69de29