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 @@ + + + + + + + {{ item.name }} + + + + + + + + + + + {{ item.name }} + + + + + + + + + + + + + + + \ 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);