diff --git a/api/content.js b/api/content.js
index 743a872..4731f0a 100644
--- a/api/content.js
+++ b/api/content.js
@@ -2,15 +2,14 @@ import {
request
} from '@/untils/AxiosUtils.js';
-//轮播图
-export const getConsultMailboxInfo = (type) => request({
- url: '/api/jobslink-api/content/consultMailboxInfo/list',
- method: 'get',
+export const addConsultMailboxInfo = (data) => request({
+ url: 'api/jobslink-api/content/consultMailboxInfo/add',
+ method: 'post',
+ data
});
-export const consultMailboxInfoQueryById = (params) => request({
- url: 'api/jobslink-api/content/consultMailboxInfo/queryById',
- method: 'get',
- params: params
+export const addSuperviseComplaintInfo = (data) => request({
+ url: 'api/jobslink-api/content/superviseComplaintInfo/add',
+ method: 'post',
+ data
});
-
diff --git a/pageMy/setUserBase/complain.vue b/pageMy/setUserBase/complain.vue
new file mode 100644
index 0000000..316d93b
--- /dev/null
+++ b/pageMy/setUserBase/complain.vue
@@ -0,0 +1,177 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{fromData.complaintType || '请选择分类'}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pageMy/setUserBase/mailbox.vue b/pageMy/setUserBase/mailbox.vue
index 9789c7b..c38f3fb 100644
--- a/pageMy/setUserBase/mailbox.vue
+++ b/pageMy/setUserBase/mailbox.vue
@@ -1,91 +1,125 @@
-
-
-
-
+
+
-
-
- {{item.consultTopic}}
- {{item.consultContent}}
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
+
\ No newline at end of file
+}
+
diff --git a/pageMy/setUserBase/subPage/mailboxDetail.vue b/pageMy/setUserBase/subPage/mailboxDetail.vue
deleted file mode 100644
index b521c6b..0000000
--- a/pageMy/setUserBase/subPage/mailboxDetail.vue
+++ /dev/null
@@ -1,178 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
- {{model.consultTime && dateFormat(model.consultTime )}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/pages.json b/pages.json
index 94b370e..52aa86d 100644
--- a/pages.json
+++ b/pages.json
@@ -472,19 +472,17 @@
{
"path": "setUserBase/mailbox",
"style": {
- "navigationBarTitleText": "信箱列表",
+ "navigationBarTitleText": "添加信件",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "enablePullDownRefresh": true
+ }
+ }, {
+ "path": "setUserBase/complain",
+ "style": {
+ "navigationBarTitleText": "投诉建议",
"navigationBarBackgroundColor": "#FFFFFF",
"enablePullDownRefresh": true
}
- },
- {
- "path" : "setUserBase/subPage/mailboxDetail",
- "style" :
- {
- "navigationBarTitleText" : "信件详情",
- "navigationBarBackgroundColor": "#FFFFFF",
- "enablePullDownRefresh" : true
- }
},
{
"path": "apply/rights",
diff --git a/pages/my/my.vue b/pages/my/my.vue
index a788723..347ad8b 100644
--- a/pages/my/my.vue
+++ b/pages/my/my.vue
@@ -57,7 +57,7 @@
问卷调查
-
+
投诉建议