From c3f74f00492f1ee0f417110afcdab94abcd21c02 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Sat, 23 Sep 2023 15:14:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=BA=86=E6=8A=95=E8=AF=89?= =?UTF-8?q?=E5=8F=8D=E9=A6=88=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 9 ++ pages/otherSetting/otherSetting.vue | 136 ++++++++++++++++------------ subpkg/complaint/complaint.vue | 105 +++++++++++++++++++++ 3 files changed, 191 insertions(+), 59 deletions(-) create mode 100644 subpkg/complaint/complaint.vue 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