From 1b6ba37b2b7dafdaceafb121492cded69843fa85 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: Sat, 29 Feb 2020 13:41:38 +0800
Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=A7=8B=E5=BC=80=E5=8F=91=E6=8A=95?=
=?UTF-8?q?=E8=AF=89=E5=BD=95=E5=8D=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages.json | 6 ++
pages/complaintOrder/complaintOrder.vue | 105 ++++++++++++++++++++++++
pages/index/index.vue | 2 +-
3 files changed, 112 insertions(+), 1 deletion(-)
create mode 100644 pages/complaintOrder/complaintOrder.vue
diff --git a/pages.json b/pages.json
index 7856f7c..6a85e02 100644
--- a/pages.json
+++ b/pages.json
@@ -91,6 +91,12 @@
"navigationBarTitleText": "投诉审核历史单"
}
}
+ ,{
+ "path" : "pages/complaintOrder/complaintOrder",
+ "style" : {
+ "navigationBarTitleText": "投诉录单"
+ }
+ }
],
"globalStyle": {
"navigationBarTextStyle": "white",
diff --git a/pages/complaintOrder/complaintOrder.vue b/pages/complaintOrder/complaintOrder.vue
new file mode 100644
index 0000000..fefeb3b
--- /dev/null
+++ b/pages/complaintOrder/complaintOrder.vue
@@ -0,0 +1,105 @@
+
+
+
+
+
+ 我的投诉
+
+
+ 发起投诉
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 51bd756..c22af6d 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -78,7 +78,7 @@
color: 'yellow',
badge: 0,
name: '投诉录单',
- pathUrl:'/complaintList/complaintList'
+ pathUrl:'/complaintOrder/complaintOrder'
}, {
cuIcon: 'noticefill',
color: 'olive',