diff --git a/pages.json b/pages.json index 2627dd9..deb1cb4 100644 --- a/pages.json +++ b/pages.json @@ -688,6 +688,15 @@ "navigationBarTextStyle": "white" } + }, { + "path": "complaint/complaint", + "style": { + "navigationBarTitleText": "投诉反馈", + "enablePullDownRefresh": false, + "navigationBarBackgroundColor": "#0122C7", + "navigationBarTextStyle": "white" + } + }] }], "globalStyle": { diff --git a/pages/otherSetting/otherSetting.vue b/pages/otherSetting/otherSetting.vue index c81a2dc..d520f81 100644 --- a/pages/otherSetting/otherSetting.vue +++ b/pages/otherSetting/otherSetting.vue @@ -1,19 +1,19 @@ + \ No newline at end of file diff --git a/subpkg/complaint/complaint.vue b/subpkg/complaint/complaint.vue new file mode 100644 index 0000000..608f02d --- /dev/null +++ b/subpkg/complaint/complaint.vue @@ -0,0 +1,105 @@ + + + + + \ No newline at end of file