From 89781f806944290a7d5bbef8f3b3d7569825c805 Mon Sep 17 00:00:00 2001 From: wangxia <779219182@qq.com> Date: Fri, 14 Feb 2025 16:10:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/firstBill/index.js | 2 +- pages/firstBill/index.wxml | 2 +- pages/workBench/index.js | 14 +++++++------- pages/workBench/index.wxml | 2 +- project.private.config.json | 7 +++++++ 5 files changed, 17 insertions(+), 10 deletions(-) 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",