cyl/dev
wangxia 1 year ago
parent c90e14797f
commit 89781f8069

@ -2624,7 +2624,7 @@ Page({
header: 'headers', header: 'headers',
data: { data: {
...that.data.storeJobListSearchForm, ...that.data.storeJobListSearchForm,
recruitment: 1 // recruitment: 1
} }
}).then((res) => { }).then((res) => {
console.log("职位列表↓↓↓↓"); 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"> <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> <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>
<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="sub" id="age" hover-class="none" hover-stop-propagation="false">
<view class="title">年龄(岁)</view> <view class="title">年龄(岁)</view>
<view class="content por" style="justify-content:space-between"> <view class="content por" style="justify-content:space-between">

@ -37,13 +37,13 @@ Page({
}) })
}, },
onShow () { onShow () {
if (!app.globalData.isLogin) { // if (!app.globalData.isLogin) {
wx.setStorageSync('comeFromPage', "set") // wx.setStorageSync('comeFromPage', "set")
wx.redirectTo({ // wx.redirectTo({
url: "/pages/login/index", // url: "/pages/login/index",
}); // });
return // return
} // }
this.setData({ this.setData({
isLogin: app.globalData.isLogin, 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 --> <!-- index.wxml -->
<view class="navigationbar"> <view class="navigationbar">
<text class selectable="false" space="false" decode="false">工作台</text> <text class selectable="false" space="false" decode="false">工作台</text>

@ -8,6 +8,13 @@
"condition": { "condition": {
"miniprogram": { "miniprogram": {
"list": [ "list": [
{
"name": "pages/workBench/index",
"pathName": "pages/workBench/index",
"query": "",
"launchMode": "default",
"scene": null
},
{ {
"name": "pages/tobeAgency/index", "name": "pages/tobeAgency/index",
"pathName": "pages/tobeAgency/index", "pathName": "pages/tobeAgency/index",

Loading…
Cancel
Save