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 @@