正在显示
5 个修改的文件
包含
46 行增加
和
46 行删除
@@ -82,11 +82,12 @@ Page({ | @@ -82,11 +82,12 @@ Page({ | ||
82 | indicatorColor: "rgba(255,255,255,0.5)", //指示点颜色 | 82 | indicatorColor: "rgba(255,255,255,0.5)", //指示点颜色 |
83 | indicatorActiveColor: "rgba(255,255,255,1)", //当前选中的指示点颜色 | 83 | indicatorActiveColor: "rgba(255,255,255,1)", //当前选中的指示点颜色 |
84 | // 导航选择 | 84 | // 导航选择 |
85 | - navbar: [{ | ||
86 | - name: '地区', | ||
87 | - img: '../../img/aicon_11@2x.png', | ||
88 | - img1: "../../img/aicon_59@2x.png" | ||
89 | - }, | 85 | + navbar: [ |
86 | + // { | ||
87 | + // name: '地区', | ||
88 | + // img: '../../img/aicon_11@2x.png', | ||
89 | + // img1: "../../img/aicon_59@2x.png" | ||
90 | + // }, | ||
90 | { | 91 | { |
91 | name: '岗位', | 92 | name: '岗位', |
92 | img: '../../img/aicon_11@2x.png', | 93 | img: '../../img/aicon_11@2x.png', |
@@ -122,10 +123,10 @@ Page({ | @@ -122,10 +123,10 @@ Page({ | ||
122 | id: 1, | 123 | id: 1, |
123 | sort: '推荐排序' | 124 | sort: '推荐排序' |
124 | }, | 125 | }, |
125 | - { | ||
126 | - id: 4, | ||
127 | - sort: '离我最近' | ||
128 | - }, | 126 | + // { |
127 | + // id: 4, | ||
128 | + // sort: '离我最近' | ||
129 | + // }, | ||
129 | { | 130 | { |
130 | id: 2, | 131 | id: 2, |
131 | sort: '工资最高' | 132 | sort: '工资最高' |
@@ -422,7 +423,7 @@ Page({ | @@ -422,7 +423,7 @@ Page({ | ||
422 | let url = 'index/job/jobs'; | 423 | let url = 'index/job/jobs'; |
423 | let params = { | 424 | let params = { |
424 | categories_id: that.data.categories_id, | 425 | categories_id: that.data.categories_id, |
425 | - work_city: that.data.city | 426 | + // work_city: that.data.city |
426 | } | 427 | } |
427 | let header = { | 428 | let header = { |
428 | "XX-Token": wx.getStorageSync('token'), | 429 | "XX-Token": wx.getStorageSync('token'), |
@@ -1278,9 +1279,9 @@ Page({ | @@ -1278,9 +1279,9 @@ Page({ | ||
1278 | let params = { | 1279 | let params = { |
1279 | categories_id: that.data.categories_id, | 1280 | categories_id: that.data.categories_id, |
1280 | // 城市(同城) | 1281 | // 城市(同城) |
1281 | - work_city: that.data.city, | ||
1282 | - // 区县 | ||
1283 | - work_county: that.data.area, | 1282 | + // work_city: that.data.city, |
1283 | + // // 区县 | ||
1284 | + // work_county: that.data.area, | ||
1284 | 1285 | ||
1285 | // 行业 | 1286 | // 行业 |
1286 | industry_id: that.data.industry_id, | 1287 | industry_id: that.data.industry_id, |
@@ -1331,9 +1332,9 @@ Page({ | @@ -1331,9 +1332,9 @@ Page({ | ||
1331 | let params = { | 1332 | let params = { |
1332 | categories_id: that.data.categories_id, | 1333 | categories_id: that.data.categories_id, |
1333 | // 城市(同城) | 1334 | // 城市(同城) |
1334 | - work_city: that.data.city, | ||
1335 | - // 区县 | ||
1336 | - work_county: that.data.area, | 1335 | + // work_city: that.data.city, |
1336 | + // // 区县 | ||
1337 | + // work_county: that.data.area, | ||
1337 | 1338 | ||
1338 | // 行业 | 1339 | // 行业 |
1339 | industry_id: that.data.industry_id, | 1340 | industry_id: that.data.industry_id, |
@@ -3,12 +3,12 @@ | @@ -3,12 +3,12 @@ | ||
3 | <view class='container'> | 3 | <view class='container'> |
4 | <view class='top'> | 4 | <view class='top'> |
5 | <!-- 左边地区 --> | 5 | <!-- 左边地区 --> |
6 | - <view class='top_left' bindtap="gocity"> | 6 | + <!-- <view class='top_left' bindtap="gocity"> |
7 | <view class='top_left_text'>{{city}}</view> | 7 | <view class='top_left_text'>{{city}}</view> |
8 | <view class='top_left_img'> | 8 | <view class='top_left_img'> |
9 | <image src='/img/aicon_01@2x.png'></image> | 9 | <image src='/img/aicon_01@2x.png'></image> |
10 | </view> | 10 | </view> |
11 | - </view> | 11 | + </view> --> |
12 | <!-- 右边搜索框 --> | 12 | <!-- 右边搜索框 --> |
13 | <view class='top_right' bindtap='toSearch'> | 13 | <view class='top_right' bindtap='toSearch'> |
14 | <view class='top_right_pic'> | 14 | <view class='top_right_pic'> |
@@ -101,25 +101,25 @@ | @@ -101,25 +101,25 @@ | ||
101 | 101 | ||
102 | <!-- 筛选 --> | 102 | <!-- 筛选 --> |
103 | <view class='select'> | 103 | <view class='select'> |
104 | - <view class='select_list' bindtap='mask_show' data-idx="0"> | 104 | + <!-- <view class='select_list' bindtap='mask_show' data-idx="0"> |
105 | <view>地区</view> | 105 | <view>地区</view> |
106 | <view class='select_list_pic'> | 106 | <view class='select_list_pic'> |
107 | <image src='/img/aicon_11@2x.png'></image> | 107 | <image src='/img/aicon_11@2x.png'></image> |
108 | </view> | 108 | </view> |
109 | - </view> | ||
110 | - <view class='select_list' bindtap='mask_show' data-idx="1"> | 109 | + </view> --> |
110 | + <view class='select_list' bindtap='mask_show' data-idx="0"> | ||
111 | <view>岗位</view> | 111 | <view>岗位</view> |
112 | <view class='select_list_pic'> | 112 | <view class='select_list_pic'> |
113 | <image src='/img/aicon_11@2x.png'></image> | 113 | <image src='/img/aicon_11@2x.png'></image> |
114 | </view> | 114 | </view> |
115 | </view> | 115 | </view> |
116 | - <view class='select_list' bindtap='mask_show' data-idx="2"> | 116 | + <view class='select_list' bindtap='mask_show' data-idx="1"> |
117 | <view>推荐排序</view> | 117 | <view>推荐排序</view> |
118 | <view class='select_list_pic'> | 118 | <view class='select_list_pic'> |
119 | <image src='/img/aicon_11@2x.png'></image> | 119 | <image src='/img/aicon_11@2x.png'></image> |
120 | </view> | 120 | </view> |
121 | </view> | 121 | </view> |
122 | - <view class='select_list' bindtap='mask_show' data-idx="3"> | 122 | + <view class='select_list' bindtap='mask_show' data-idx="2"> |
123 | <view>筛选</view> | 123 | <view>筛选</view> |
124 | <view class='select_list_pic_big'> | 124 | <view class='select_list_pic_big'> |
125 | <image src='/img/aicon_12@2x.png'></image> | 125 | <image src='/img/aicon_12@2x.png'></image> |
@@ -159,13 +159,13 @@ | @@ -159,13 +159,13 @@ | ||
159 | <view class="signname">报名人数:{{item.apply}}</view> | 159 | <view class="signname">报名人数:{{item.apply}}</view> |
160 | </view> | 160 | </view> |
161 | 161 | ||
162 | - <view class='item_bottom_right'> | 162 | + <!-- <view class='item_bottom_right'> |
163 | <view class='item_bottom_left_pic'> | 163 | <view class='item_bottom_left_pic'> |
164 | <image src='/img/aicon_09@2x.png'></image> | 164 | <image src='/img/aicon_09@2x.png'></image> |
165 | </view> | 165 | </view> |
166 | <view>{{item.work_county}} {{item.distance}}</view> | 166 | <view>{{item.work_county}} {{item.distance}}</view> |
167 | 167 | ||
168 | - </view> | 168 | + </view> --> |
169 | </view> | 169 | </view> |
170 | </view> | 170 | </view> |
171 | 171 | ||
@@ -186,7 +186,7 @@ | @@ -186,7 +186,7 @@ | ||
186 | </view> | 186 | </view> |
187 | 187 | ||
188 | <!-- 地区内容 --> | 188 | <!-- 地区内容 --> |
189 | - <view class='area' wx:if="{{currentTab==0}}"> | 189 | + <!-- <view class='area' wx:if="{{currentTab==0}}"> |
190 | <view class="area_item"> | 190 | <view class="area_item"> |
191 | <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}} | 191 | <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}} |
192 | 192 | ||
@@ -194,10 +194,10 @@ | @@ -194,10 +194,10 @@ | ||
194 | </view> | 194 | </view> |
195 | 195 | ||
196 | 196 | ||
197 | - </view> | 197 | + </view> --> |
198 | 198 | ||
199 | <!-- 岗位内容 --> | 199 | <!-- 岗位内容 --> |
200 | - <view class='job' wx:if="{{currentTab==1}}"> | 200 | + <view class='job' wx:if="{{currentTab==0}}"> |
201 | <!-- 左侧内容 --> | 201 | <!-- 左侧内容 --> |
202 | <view class="job_left"> | 202 | <view class="job_left"> |
203 | <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}} | 203 | <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 @@ | @@ -214,7 +214,7 @@ | ||
214 | </view> | 214 | </view> |
215 | 215 | ||
216 | <!-- 推荐排序 --> | 216 | <!-- 推荐排序 --> |
217 | - <view class='sort' wx:if="{{currentTab==2}}"> | 217 | + <view class='sort' wx:if="{{currentTab==1}}"> |
218 | <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}} | 218 | <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}} |
219 | 219 | ||
220 | </view> | 220 | </view> |
@@ -222,7 +222,7 @@ | @@ -222,7 +222,7 @@ | ||
222 | 222 | ||
223 | <!-- 筛选 --> | 223 | <!-- 筛选 --> |
224 | 224 | ||
225 | - <view class='screen' wx:if="{{currentTab==3}}"> | 225 | + <view class='screen' wx:if="{{currentTab==2}}"> |
226 | <view class='screen_item'> | 226 | <view class='screen_item'> |
227 | <view class='screen_item_top'> 学历要求 | 227 | <view class='screen_item_top'> 学历要求 |
228 | <view class="screen_item_bottom"> | 228 | <view class="screen_item_bottom"> |
@@ -71,7 +71,7 @@ page { | @@ -71,7 +71,7 @@ page { | ||
71 | /* margin-left: 30rpx; */ | 71 | /* margin-left: 30rpx; */ |
72 | display: flex; | 72 | display: flex; |
73 | align-items: center; | 73 | align-items: center; |
74 | - width: 560rpx; | 74 | + width: 100%; |
75 | height: 60rpx; | 75 | height: 60rpx; |
76 | background: rgba(237, 238, 242, 1); | 76 | background: rgba(237, 238, 242, 1); |
77 | border-radius: 10rpx; | 77 | border-radius: 10rpx; |
@@ -1169,13 +1169,13 @@ Page({ | @@ -1169,13 +1169,13 @@ Page({ | ||
1169 | return false | 1169 | return false |
1170 | } | 1170 | } |
1171 | 1171 | ||
1172 | - if (that.data.detailaddress == '') { | ||
1173 | - wx.showToast({ | ||
1174 | - title: '请选择详细地址', | ||
1175 | - icon: "none" | ||
1176 | - }) | ||
1177 | - return false | ||
1178 | - } | 1172 | + // if (that.data.detailaddress == '') { |
1173 | + // wx.showToast({ | ||
1174 | + // title: '请选择详细地址', | ||
1175 | + // icon: "none" | ||
1176 | + // }) | ||
1177 | + // return false | ||
1178 | + // } | ||
1179 | } | 1179 | } |
1180 | 1180 | ||
1181 | 1181 | ||
@@ -1320,7 +1320,7 @@ Page({ | @@ -1320,7 +1320,7 @@ Page({ | ||
1320 | 1320 | ||
1321 | 1321 | ||
1322 | wx.showToast({ | 1322 | wx.showToast({ |
1323 | - title: '提交成功,联系管理员审核', | 1323 | + title: '提交成功联系管理员审核', |
1324 | icon: 'none' | 1324 | icon: 'none' |
1325 | }) | 1325 | }) |
1326 | setTimeout(function() { | 1326 | setTimeout(function() { |
@@ -256,23 +256,22 @@ | @@ -256,23 +256,22 @@ | ||
256 | 256 | ||
257 | </view> --> | 257 | </view> --> |
258 | <!-- 选工作地点 --> | 258 | <!-- 选工作地点 --> |
259 | - <view class='item map' wx:if="{{categories_id==5}}"> | ||
260 | - <!-- 选择地区 --> | 259 | + <!-- <view class='item map' wx:if="{{categories_id==5}}"> |
260 | + | ||
261 | <view class='map_item address' bindtap="enter"> | 261 | <view class='map_item address' bindtap="enter"> |
262 | <view class='item_left'>详细地址</view> | 262 | <view class='item_left'>详细地址</view> |
263 | <view class='item_right'> | 263 | <view class='item_right'> |
264 | <view class='item_right_text'>{{addressname}}</view> | 264 | <view class='item_right_text'>{{addressname}}</view> |
265 | <view class='item_right_icon'> | 265 | <view class='item_right_icon'> |
266 | - <!-- <image src='../../img/right.png'></image> --> | ||
267 | - </view> | 266 | + <image src='../../img/right.png'></image> |
268 | </view> | 267 | </view> |
269 | </view> | 268 | </view> |
269 | + </view> --> | ||
270 | 270 | ||
271 | - | ||
272 | - <view class="page-section page-section-gap" wx:if="{{categories_id==5}}"> | 271 | + <!-- <view class="page-section page-section-gap" wx:if="{{categories_id==5}}"> |
273 | <map id="myMap" style="width: 100%; height: 300px;" latitude="{{latitude}}" longitude="{{longitude}}" markers="{{markers}}" covers="{{covers}}" show-location></map> | 272 | <map id="myMap" style="width: 100%; height: 300px;" latitude="{{latitude}}" longitude="{{longitude}}" markers="{{markers}}" covers="{{covers}}" show-location></map> |
274 | </view> | 273 | </view> |
275 | - </view> | 274 | + </view> --> |
276 | <!-- 应聘联系方式 --> | 275 | <!-- 应聘联系方式 --> |
277 | 276 | ||
278 | <view class='employ'> | 277 | <view class='employ'> |
-
请 注册 或 登录 后发表评论