|
|
@@ -710,7 +710,7 @@
|
|
|
this.statusBarHeight = systemInfo.statusBarHeight || 0;
|
|
|
this.companyId = uni.getStorageSync('companyId');
|
|
|
// #ifdef APP
|
|
|
- this.getAudioPermision()
|
|
|
+ /* this.getAudioPermision() */
|
|
|
// #endif
|
|
|
// 获取邀请码保存到本地
|
|
|
if (e.invitation) {
|
|
|
@@ -879,7 +879,6 @@
|
|
|
}
|
|
|
if (this.token) {
|
|
|
this.getUserInfo();
|
|
|
-
|
|
|
if (this.userType == 1) {
|
|
|
this.getJobType();
|
|
|
} else {
|
|
|
@@ -1304,7 +1303,7 @@
|
|
|
page: this.page,
|
|
|
limit: this.limit,
|
|
|
postType: '', //工作性质
|
|
|
- expectedPosition: this.jobSxTypeList[this.currentJobSx].projectName, //岗位名称
|
|
|
+ expectedPosition: this.jobSxTypeList.length>0?this.jobSxTypeList[this.currentJobSx].projectName:'', //岗位名称
|
|
|
screen: +this.currentJobSxs + 1, //1推荐 2最新
|
|
|
expectedCity: this.city == '全国' ? '' : this.city, //城市
|
|
|
salaryRange: this.salaryRange, //薪资范围
|
|
|
@@ -1470,7 +1469,7 @@
|
|
|
page: this.page,
|
|
|
limit: this.limit,
|
|
|
//postType: this.typeList.length > 0 ? this.typeList[this.current].id : '',
|
|
|
- ruleClassifyName: this.typeList[this.current].name, //岗位名称
|
|
|
+ ruleClassifyName: this.typeList.length>0?this.typeList[this.current].name:'', //岗位名称
|
|
|
screen: +this.currentSx + 1, //1推荐 2最新
|
|
|
county: this.county, //区
|
|
|
city: this.city == '全国' ? '' : this.city, //城市
|