diff --git a/packages/article/article.vue b/packages/article/article.vue index 473518d..d63a1d0 100644 --- a/packages/article/article.vue +++ b/packages/article/article.vue @@ -6,6 +6,7 @@ diff --git a/packages/notify/notify.vue b/packages/notify/notify.vue new file mode 100644 index 0000000..db51a59 --- /dev/null +++ b/packages/notify/notify.vue @@ -0,0 +1,101 @@ + + + + + diff --git a/pages.json b/pages.json index 657411e..776f58d 100644 --- a/pages.json +++ b/pages.json @@ -129,7 +129,16 @@ "navigationBarTitleText": "", "enablePullDownRefresh": false } - }] + } ,{ + "path" : "notify/notify", + "style" : + { + "navigationBarTitleText": "系统消息", + "enablePullDownRefresh": false + } + + } + ] }], "globalStyle": { "navigationBarTextStyle": "black", diff --git a/pages/settings/settings.vue b/pages/settings/settings.vue index 2e8300b..1ac1669 100644 --- a/pages/settings/settings.vue +++ b/pages/settings/settings.vue @@ -6,8 +6,8 @@ - - + + @@ -18,12 +18,15 @@