From e268b100edad197676677768b0898727d4352e3d Mon Sep 17 00:00:00 2001
From: wangyx <2838268875@qq.com>
Date: Fri, 15 Aug 2025 15:43:57 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B6=88=E6=81=AF=E6=8F=90=E9=86=92=20=20?=
=?UTF-8?q?=E9=97=AE=E9=A2=98=E5=8F=8D=E9=A6=88?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/api.js | 17 ++
pages/tabBar/msg/index.vue | 377 +++++++++++++++++++++++++++++++++++-
pages/tabBar/work/index.vue | 18 +-
pagesA/bsPage/bsReport.vue | 134 +++++++------
static/img/icon01.png | Bin 0 -> 3243 bytes
5 files changed, 473 insertions(+), 73 deletions(-)
create mode 100644 static/img/icon01.png
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 @@
- 暂无数据
+
+
+
+
+
+
+ 📭
+ 暂无消息提醒
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.content }}
+
+
+
+
+
+ 加载中...
+
+
+
+
+ 没有更多数据了
+
+
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 @@
-
+
- 报事
+ 问题反馈
-
+
+
+ 位置
+
+
提交