From f5644c452404332a5b9d403aa7c4c0902653b6c3 Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Thu, 28 May 2026 16:09:51 +0800 Subject: [PATCH] no message --- pages.json | 10 +++++ root/merchantManagement/bell.vue | 47 ++++++++++++++++++++++ root/merchantManagement/child/workbench.vue | 18 ++++++--- root/merchantManagement/dynamicNotice.vue | 2 +- root/merchantManagement/setting.vue | 60 +++++++++++++++++++++++++---- 5 files changed, 122 insertions(+), 15 deletions(-) create mode 100644 root/merchantManagement/bell.vue diff --git a/pages.json b/pages.json index 1ba5841..cd4bb06 100644 --- a/pages.json +++ b/pages.json @@ -660,6 +660,16 @@ // "navigationStyle": "custom" } }, + { + "path": "bell", + "style": { + "backgroundColor": "#ededed", + "backgroundColorTop": "#ededed", + "backgroundColorBottom": "#ededed", + "navigationBarTitleText": "温馨提示" + // "navigationStyle": "custom" + } + }, { "path": "posterShare", "style": { diff --git a/root/merchantManagement/bell.vue b/root/merchantManagement/bell.vue new file mode 100644 index 0000000..c5dc30a --- /dev/null +++ b/root/merchantManagement/bell.vue @@ -0,0 +1,47 @@ + + + + + \ No newline at end of file diff --git a/root/merchantManagement/child/workbench.vue b/root/merchantManagement/child/workbench.vue index 6a62525..cdac43d 100644 --- a/root/merchantManagement/child/workbench.vue +++ b/root/merchantManagement/child/workbench.vue @@ -341,12 +341,18 @@ export default { iconType: 1, path: "/root/merchantManagement/watchedMe", }, - // { - // name: "配置", - // icon: "setting", - // iconType: 1, - // path: "/root/merchantManagement/setting?type=配置", - // }, + { + name: "温馨提示", + icon: "bell", + iconType: 1, + path: "/root/merchantManagement/bell?type=配置", + }, + { + name: "通用设置", + icon: "setting", + iconType: 1, + path: "/root/merchantManagement/setting?type=配置", + }, ]; }, getApplyNum() { diff --git a/root/merchantManagement/dynamicNotice.vue b/root/merchantManagement/dynamicNotice.vue index a2a2f94..5e88a3c 100644 --- a/root/merchantManagement/dynamicNotice.vue +++ b/root/merchantManagement/dynamicNotice.vue @@ -14,7 +14,7 @@ - + diff --git a/root/merchantManagement/setting.vue b/root/merchantManagement/setting.vue index c142444..c85cc7f 100644 --- a/root/merchantManagement/setting.vue +++ b/root/merchantManagement/setting.vue @@ -1,7 +1,7 @@