From e3759d8ca8b53b1bd9939809e932eed96c117dc2 Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Fri, 28 Feb 2020 18:33:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=9A=82=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 6 +++++ pages/complaintList/complaintList.vue | 37 +++++++++++++++++++++++++++ pages/index/index.vue | 12 ++++----- 3 files changed, 49 insertions(+), 6 deletions(-) create mode 100644 pages/complaintList/complaintList.vue diff --git a/pages.json b/pages.json index f43b3c2..6485d36 100644 --- a/pages.json +++ b/pages.json @@ -73,6 +73,12 @@ "navigationBarTitleText": "通知页面详情" } } + ,{ + "path" : "pages/complaintList/complaintList", + "style" : { + "navigationBarTitleText": "投诉单" + } + } ], "globalStyle": { "navigationBarTextStyle": "white", diff --git a/pages/complaintList/complaintList.vue b/pages/complaintList/complaintList.vue new file mode 100644 index 0000000..c9d4bf2 --- /dev/null +++ b/pages/complaintList/complaintList.vue @@ -0,0 +1,37 @@ + + + + + diff --git a/pages/index/index.vue b/pages/index/index.vue index e80a92d..c7f821c 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -65,26 +65,26 @@ cuIcon: 'cardboardfill', color: 'red', badge: 0, - name: '维修单', + name: '维修录单', pathUrl:'/notice/notice' }, { cuIcon: 'recordfill', color: 'orange', badge: 1, - name: '审核维修', + name: '我的维修', pathUrl:'/notice/notice' }, { cuIcon: 'picfill', color: 'yellow', badge: 0, - name: '投诉单', - pathUrl:'/notice/notice' + name: '投诉录单', + pathUrl:'/complaintList/complaintList' }, { cuIcon: 'noticefill', color: 'olive', badge: 22, - name: '审核投诉', - pathUrl:'/notice/notice' + name: '我的投诉', + pathUrl:'/complaintList/complaintList' }, { cuIcon: 'upstagefill', color: 'cyan',