From c0012f07214ae94fc36e1660604d87d2af402852 Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Sat, 30 May 2026 14:00:17 +0800 Subject: [PATCH] no message --- pages.json | 10 +++ root/merchantManagement/setOption.vue | 148 ++++++++++++++++++++++++++++++++++ root/merchantManagement/setting.vue | 9 ++- 3 files changed, 165 insertions(+), 2 deletions(-) create mode 100644 root/merchantManagement/setOption.vue diff --git a/pages.json b/pages.json index e2f4260..de6be38 100644 --- a/pages.json +++ b/pages.json @@ -660,6 +660,16 @@ // "navigationStyle": "custom" } }, + { + "path": "setOption", + "style": { + "backgroundColor": "#ededed", + "backgroundColorTop": "#ededed", + "backgroundColorBottom": "#ededed", + "navigationBarTitleText": "" + // "navigationStyle": "custom" + } + }, { "path": "bell", "style": { diff --git a/root/merchantManagement/setOption.vue b/root/merchantManagement/setOption.vue new file mode 100644 index 0000000..1b4ab11 --- /dev/null +++ b/root/merchantManagement/setOption.vue @@ -0,0 +1,148 @@ + + + + + \ No newline at end of file diff --git a/root/merchantManagement/setting.vue b/root/merchantManagement/setting.vue index bc78c18..7d91c32 100644 --- a/root/merchantManagement/setting.vue +++ b/root/merchantManagement/setting.vue @@ -24,7 +24,7 @@ - + 职位默认位置 @@ -44,7 +44,7 @@ - + 职位默认tab @@ -118,6 +118,11 @@ export default { }; }, methods: { + toSetOption(type, value) { + uni.navigateTo({ + url: "/root/merchantManagement/setOption?type=" + type + "&value=" + value, + }); + }, getShareInfo() { this.G.Get(this.api.merchantManagement_getShareJobsBtn, {}, (res) => { console.log(res);