作者 lihongjuan

1

... ... @@ -82,11 +82,12 @@ Page({
indicatorColor: "rgba(255,255,255,0.5)", //指示点颜色
indicatorActiveColor: "rgba(255,255,255,1)", //当前选中的指示点颜色
// 导航选择
navbar: [{
name: '地区',
img: '../../img/aicon_11@2x.png',
img1: "../../img/aicon_59@2x.png"
},
navbar: [
// {
// name: '地区',
// img: '../../img/aicon_11@2x.png',
// img1: "../../img/aicon_59@2x.png"
// },
{
name: '岗位',
img: '../../img/aicon_11@2x.png',
... ... @@ -122,10 +123,10 @@ Page({
id: 1,
sort: '推荐排序'
},
{
id: 4,
sort: '离我最近'
},
// {
// id: 4,
// sort: '离我最近'
// },
{
id: 2,
sort: '工资最高'
... ... @@ -422,7 +423,7 @@ Page({
let url = 'index/job/jobs';
let params = {
categories_id: that.data.categories_id,
work_city: that.data.city
// work_city: that.data.city
}
let header = {
"XX-Token": wx.getStorageSync('token'),
... ... @@ -1278,9 +1279,9 @@ Page({
let params = {
categories_id: that.data.categories_id,
// 城市(同城)
work_city: that.data.city,
// 区县
work_county: that.data.area,
// work_city: that.data.city,
// // 区县
// work_county: that.data.area,
// 行业
industry_id: that.data.industry_id,
... ... @@ -1331,9 +1332,9 @@ Page({
let params = {
categories_id: that.data.categories_id,
// 城市(同城)
work_city: that.data.city,
// 区县
work_county: that.data.area,
// work_city: that.data.city,
// // 区县
// work_county: that.data.area,
// 行业
industry_id: that.data.industry_id,
... ...
... ... @@ -3,12 +3,12 @@
<view class='container'>
<view class='top'>
<!-- 左边地区 -->
<view class='top_left' bindtap="gocity">
<!-- <view class='top_left' bindtap="gocity">
<view class='top_left_text'>{{city}}</view>
<view class='top_left_img'>
<image src='/img/aicon_01@2x.png'></image>
</view>
</view>
</view> -->
<!-- 右边搜索框 -->
<view class='top_right' bindtap='toSearch'>
<view class='top_right_pic'>
... ... @@ -101,25 +101,25 @@
<!-- 筛选 -->
<view class='select'>
<view class='select_list' bindtap='mask_show' data-idx="0">
<!-- <view class='select_list' bindtap='mask_show' data-idx="0">
<view>地区</view>
<view class='select_list_pic'>
<image src='/img/aicon_11@2x.png'></image>
</view>
</view>
<view class='select_list' bindtap='mask_show' data-idx="1">
</view> -->
<view class='select_list' bindtap='mask_show' data-idx="0">
<view>岗位</view>
<view class='select_list_pic'>
<image src='/img/aicon_11@2x.png'></image>
</view>
</view>
<view class='select_list' bindtap='mask_show' data-idx="2">
<view class='select_list' bindtap='mask_show' data-idx="1">
<view>推荐排序</view>
<view class='select_list_pic'>
<image src='/img/aicon_11@2x.png'></image>
</view>
</view>
<view class='select_list' bindtap='mask_show' data-idx="3">
<view class='select_list' bindtap='mask_show' data-idx="2">
<view>筛选</view>
<view class='select_list_pic_big'>
<image src='/img/aicon_12@2x.png'></image>
... ... @@ -159,13 +159,13 @@
<view class="signname">报名人数:{{item.apply}}</view>
</view>
<view class='item_bottom_right'>
<!-- <view class='item_bottom_right'>
<view class='item_bottom_left_pic'>
<image src='/img/aicon_09@2x.png'></image>
</view>
<view>{{item.work_county}} {{item.distance}}</view>
</view>
</view> -->
</view>
</view>
... ... @@ -186,7 +186,7 @@
</view>
<!-- 地区内容 -->
<view class='area' wx:if="{{currentTab==0}}">
<!-- <view class='area' wx:if="{{currentTab==0}}">
<view class="area_item">
<view wx:for="{{city_1}}" data-idarea="{{index}}" class="area_item_name {{areaTab==index ? 'active' : ''}}" wx:key="unique" catchtap="area_Tap" data-categoryid="{{item.id}}" data-area='{{item.name}}'>{{item.name}}
... ... @@ -194,10 +194,10 @@
</view>
</view>
</view> -->
<!-- 岗位内容 -->
<view class='job' wx:if="{{currentTab==1}}">
<view class='job' wx:if="{{currentTab==0}}">
<!-- 左侧内容 -->
<view class="job_left">
<view wx:for="{{industry_1}}" data-idjob="{{index}}" class="job_left_item {{jobTab==index ? 'pitch_on' : ''}}" wx:key="unique" catchtap="job_Tap" data-industry_id='{{item.id}}' data-categoryid="{{item.id}}">{{item.industry_name}}
... ... @@ -214,7 +214,7 @@
</view>
<!-- 推荐排序 -->
<view class='sort' wx:if="{{currentTab==2}}">
<view class='sort' wx:if="{{currentTab==1}}">
<view wx:for="{{sortbar}}" data-idsort="{{index}}" class="sort_item {{sortTab==index ? 'color_y' : ''}}" wx:key="unique" catchtap="sort_Tap" data-orderid="{{item.id}}">{{item.sort}}
</view>
... ... @@ -222,7 +222,7 @@
<!-- 筛选 -->
<view class='screen' wx:if="{{currentTab==3}}">
<view class='screen' wx:if="{{currentTab==2}}">
<view class='screen_item'>
<view class='screen_item_top'> 学历要求
<view class="screen_item_bottom">
... ...
... ... @@ -71,7 +71,7 @@ page {
/* margin-left: 30rpx; */
display: flex;
align-items: center;
width: 560rpx;
width: 100%;
height: 60rpx;
background: rgba(237, 238, 242, 1);
border-radius: 10rpx;
... ...
... ... @@ -1169,13 +1169,13 @@ Page({
return false
}
if (that.data.detailaddress == '') {
wx.showToast({
title: '请选择详细地址',
icon: "none"
})
return false
}
// if (that.data.detailaddress == '') {
// wx.showToast({
// title: '请选择详细地址',
// icon: "none"
// })
// return false
// }
}
... ... @@ -1320,7 +1320,7 @@ Page({
wx.showToast({
title: '提交成功联系管理员审核',
title: '提交成功联系管理员审核',
icon: 'none'
})
setTimeout(function() {
... ...
... ... @@ -256,23 +256,22 @@
</view> -->
<!-- 选工作地点 -->
<view class='item map' wx:if="{{categories_id==5}}">
<!-- 选择地区 -->
<!-- <view class='item map' wx:if="{{categories_id==5}}">
<view class='map_item address' bindtap="enter">
<view class='item_left'>详细地址</view>
<view class='item_right'>
<view class='item_right_text'>{{addressname}}</view>
<view class='item_right_icon'>
<!-- <image src='../../img/right.png'></image> -->
<image src='../../img/right.png'></image>
</view>
</view>
</view>
</view> -->
<view class="page-section page-section-gap" wx:if="{{categories_id==5}}">
<!-- <view class="page-section page-section-gap" wx:if="{{categories_id==5}}">
<map id="myMap" style="width: 100%; height: 300px;" latitude="{{latitude}}" longitude="{{longitude}}" markers="{{markers}}" covers="{{covers}}" show-location></map>
</view>
</view>
</view> -->
<!-- 应聘联系方式 -->
<view class='employ'>
... ...