@ -2624,7 +2624,7 @@ Page({
header: 'headers',
data: {
...that.data.storeJobListSearchForm,
recruitment: 1
// recruitment: 1
}
}).then((res) => {
console.log("职位列表↓↓↓↓");
@ -114,7 +114,7 @@
<scroll-view class style="padding:0;background-color:#f5f5f5" scroll-y="{{true}}" hover-class="none" hover-stop-propagation="false">
<view class="{{item.id == filterTo ? 'filterActive' : ''}} c3" style="width:84px;padding:12px 0" wx:for="{{anchorList}}" wx:for-item="item" catchtap="goAnchor" data-item="{{item}}" hover-class="none" hover-stop-propagation="false">{{item.name}}</view>
</scroll-view>
<scroll-view style="width:calc(100% - 100px);padding:8px" bindscroll="catchScrollInfo" data-filter-to="{{filterTo}}" catchtap scroll-y="{{true}}" scroll-into-view="{{filterTo}}" scroll-with-animation="{{true}}">
<scroll-view style="width:calc(100% - 100px);padding:8px" bindscroll="catchScrollInfo" data-filter-to="{{filterTo}}" scroll-into-view="{{filterTo}}" catchtap scroll-y="{{true}}" scroll-with-animation="{{true}}">
<view class="sub" id="age" hover-class="none" hover-stop-propagation="false">
<view class="title">年龄(岁)</view>
<view class="content por" style="justify-content:space-between">
@ -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,
@ -1,4 +1,4 @@
<view class hover-class="none" hover-stop-propagation="false" wx:if="{{isLogin}}">
<view class hover-class="none" hover-stop-propagation="false">
<!-- index.wxml -->
<view class="navigationbar">
<text class selectable="false" space="false" decode="false">工作台</text>
@ -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",