diff --git a/pages/firstBill/index.js b/pages/firstBill/index.js index ea03650..ad30229 100644 --- a/pages/firstBill/index.js +++ b/pages/firstBill/index.js @@ -2624,7 +2624,7 @@ Page({ header: 'headers', data: { ...that.data.storeJobListSearchForm, - recruitment: 1 + // recruitment: 1 } }).then((res) => { console.log("职位列表↓↓↓↓"); diff --git a/pages/firstBill/index.wxml b/pages/firstBill/index.wxml index 671cdf6..374b675 100644 --- a/pages/firstBill/index.wxml +++ b/pages/firstBill/index.wxml @@ -114,7 +114,7 @@ {{item.name}} - + 年龄(岁) diff --git a/pages/workBench/index.js b/pages/workBench/index.js index eadbf82..6e53dad 100644 --- a/pages/workBench/index.js +++ b/pages/workBench/index.js @@ -37,13 +37,13 @@ Page({ }) }, onShow () { - if (!app.globalData.isLogin) { - wx.setStorageSync('comeFromPage', "set") - wx.redirectTo({ - url: "/pages/login/index", - }); - return - } + // if (!app.globalData.isLogin) { + // wx.setStorageSync('comeFromPage', "set") + // wx.redirectTo({ + // url: "/pages/login/index", + // }); + // return + // } this.setData({ isLogin: app.globalData.isLogin, diff --git a/pages/workBench/index.wxml b/pages/workBench/index.wxml index 3a69c4f..42f8e02 100644 --- a/pages/workBench/index.wxml +++ b/pages/workBench/index.wxml @@ -1,4 +1,4 @@ - + 工作台 diff --git a/project.private.config.json b/project.private.config.json index 829f231..fae1dc9 100644 --- a/project.private.config.json +++ b/project.private.config.json @@ -8,6 +8,13 @@ "condition": { "miniprogram": { "list": [ + { + "name": "pages/workBench/index", + "pathName": "pages/workBench/index", + "query": "", + "launchMode": "default", + "scene": null + }, { "name": "pages/tobeAgency/index", "pathName": "pages/tobeAgency/index",