diff --git a/pages/api.js b/pages/api.js index 303890d..cf541cb 100644 --- a/pages/api.js +++ b/pages/api.js @@ -261,4 +261,21 @@ export function getViewingCount() { url: "/mz/showings/getReminderQuantity", method: "get", }); +} + +// 问题反馈 +export function submitReport(data) { + return request({ + url: "/bysmp/incidents/workSubmit", + method: "post", + data: data, + }); +} +// 消息提醒 +export function messageList(query) { + return request({ + url: "/message/page", + method: "get", + params: query, + }); } \ No newline at end of file diff --git a/pages/tabBar/msg/index.vue b/pages/tabBar/msg/index.vue index 05caaee..2ec66b1 100644 --- a/pages/tabBar/msg/index.vue +++ b/pages/tabBar/msg/index.vue @@ -1,35 +1,392 @@ diff --git a/pages/tabBar/work/index.vue b/pages/tabBar/work/index.vue index bce40a0..27ed29c 100644 --- a/pages/tabBar/work/index.vue +++ b/pages/tabBar/work/index.vue @@ -61,7 +61,7 @@ - + - 报事 + 问题反馈 - + + + 位置 + + 提交