diff --git a/pages.json b/pages.json index 3af74f0..1900eef 100644 --- a/pages.json +++ b/pages.json @@ -8,9 +8,24 @@ } }, "pages": [{ - "path": "pages/signln/harvestaddress", + "path": "pages/Friend/violationreporting", "style": { - "navigationBarTitleText": "收货地址", + "navigationBarTitleText": "违规举报", + "navigationStyle": "custom" + } + }, + { + "path": "pages/Friend/systemnotification", + "style": { + "navigationBarTitleText": "系统通知", + "navigationStyle": "custom" + } + }, + + { + "path": "pages/signln/signid", + "style": { + "navigationBarTitleText": "签到任务", "navigationStyle": "custom" } }, @@ -21,6 +36,14 @@ "navigationStyle": "custom" } }, + { + "path": "pages/signln/harvestaddress", + "style": { + "navigationBarTitleText": "收货地址", + "navigationStyle": "custom" + } + }, + { "path": "pages/signln/successfulexchange", "style": { @@ -36,13 +59,6 @@ "navigationBarTextStyle": "white" } }, - { - "path": "pages/signln/signid", - "style": { - "navigationBarTitleText": "签到任务", - "navigationStyle": "custom" - } - }, { "path": "pages/signln/signiddetails", "style": { @@ -199,7 +215,8 @@ { "path": "pages/communication/addfriends", "style": { - "navigationBarTitleText": "添加好友" + "navigationBarTitleText": "添加好友", + "navigationStyle": "custom" } }, @@ -212,21 +229,24 @@ { "path": "pages/Friend/messagenotification", "style": { - "navigationBarTitleText": "" + "navigationBarTitleText": "消息通知", + "navigationStyle": "custom" } }, { "path": "pages/Friend/addfruebd", "style": { - "navigationBarTitleText": "" + "navigationBarTitleText": "添加好友", + "navigationStyle": "custom" } }, { "path": "pages/common/exchange/index", "style": { - "navigationBarTitleText": "" + "navigationBarTitleText": "组件" } } + ], "tabBar": { "color": "#000000", diff --git a/pages/Friend/systemnotification.vue b/pages/Friend/systemnotification.vue new file mode 100644 index 0000000..e125f5f --- /dev/null +++ b/pages/Friend/systemnotification.vue @@ -0,0 +1,177 @@ + + + + + + \ No newline at end of file diff --git a/pages/Friend/violationreporting.vue b/pages/Friend/violationreporting.vue new file mode 100644 index 0000000..b31d318 --- /dev/null +++ b/pages/Friend/violationreporting.vue @@ -0,0 +1,318 @@ + + + + + + \ No newline at end of file diff --git a/pages/common/exchange/index.vue b/pages/common/exchange/index.vue index fe00ba9..e3e2804 100644 --- a/pages/common/exchange/index.vue +++ b/pages/common/exchange/index.vue @@ -2,7 +2,7 @@