默认
- 按距离
- 按工价
+
+ 按工价
按佣金
@@ -1154,7 +1154,7 @@ export default {
this.getJobList();
this.getJobNum();
} else {
- this.getJobListYicai();
+ this.getJobList();
}
this.getRecommendJob();
@@ -1217,7 +1217,7 @@ export default {
loadMoreData() {
this.formvalue.pageNum += 1; // 增加页码
if (this.signType != 0) {
- this.getJobListYicai().then(() => {
+ this.getJobList({isScroll:1}).then(() => {
this.isFetching = false;
});
} else {
@@ -1435,7 +1435,7 @@ export default {
// console.log(this.formvalue);
if (this.formvalue.signType == 1) {
- this.getJobListYicai();
+ this.getJobList();
} else {
this.getJobList();
}
@@ -1664,7 +1664,7 @@ export default {
this.formvalue.pageNum = e;
this.$refs.pageinput.value = "";
if (this.signType == 1) {
- this.getJobListYicai();
+ this.getJobList();
} else {
this.getJobList();
}
@@ -1773,7 +1773,7 @@ export default {
this.formvalue.ageStr = "";
console.log("this.formvalue", this.formvalue);
if (this.formvalue.signType == 1) {
- this.getJobListYicai();
+ this.getJobList();
} else {
this.getJobList();
}
@@ -2031,7 +2031,7 @@ export default {
this.visible = false;
console.log("this.formvalue.signType", this.formvalue.signType);
if (this.signType != 0) {
- this.getJobListYicai();
+ this.getJobList();
} else {
this.getJobList();
}
@@ -2053,7 +2053,7 @@ export default {
// console.log(this.formvalue);
// this.getJobList();
if (this.formvalue.signType != 0) {
- this.getJobListYicai();
+ this.getJobList();
} else {
this.getJobList();
}
@@ -2096,7 +2096,7 @@ export default {
this.formvalue.provinceName = "";
// this.getJobList();
if (this.formvalue.signType != 0) {
- this.getJobListYicai();
+ this.getJobList();
} else {
this.getJobList();
}