|
|
@@ -84,7 +84,7 @@
|
|
|
<view class="topbg-sx-box-r flex align-center">
|
|
|
<!-- 城市 -->
|
|
|
<view class="topbg-sx-box-r-i flex align-center" style=""
|
|
|
- @click="goNav('/package/screen/city?city='+city+'&county='+county+'&type='+'search')">
|
|
|
+ @click="getLocalJobs">
|
|
|
<text style="margin-right: 10rpx;">{{county?county:city?city:'选择城市'}}</text>
|
|
|
<u-icon name="arrow-down" color="#016bf6" size="16"></u-icon>
|
|
|
</view>
|
|
|
@@ -662,8 +662,9 @@
|
|
|
that.directionList = prefer
|
|
|
})
|
|
|
|
|
|
-
|
|
|
- this.getLocalJobs();
|
|
|
+ //#ifdef H5
|
|
|
+ /* this.getLocalJobs(); */
|
|
|
+ //#endif
|
|
|
this.getDomWidth()
|
|
|
this.$Request.getT('/app/common/type/255').then(res => {
|
|
|
if (res.code === 0) {
|
|
|
@@ -908,6 +909,7 @@
|
|
|
that.getSelectCity(that.longitude, that.latitude);
|
|
|
// #endif
|
|
|
}
|
|
|
+ that.goNav('/package/screen/city?city='+that.city+'&county='+that.county+'&type='+'search')
|
|
|
},
|
|
|
fail: function() {
|
|
|
console.log('获取地址失败');
|
|
|
@@ -919,6 +921,7 @@
|
|
|
} else {
|
|
|
that.getCompanyClassify()
|
|
|
}
|
|
|
+ that.goNav('/package/screen/city?city='+that.city+'&county='+that.county+'&type='+'search')
|
|
|
}
|
|
|
})
|
|
|
},
|