From 5a3d90bddc9b9b946b86ca0b350827f4fbbaed66 Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Mon, 20 Jan 2025 11:01:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/FirstJob/joblist.vue | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/components/FirstJob/joblist.vue b/src/components/FirstJob/joblist.vue index 2586334..aca5550 100644 --- a/src/components/FirstJob/joblist.vue +++ b/src/components/FirstJob/joblist.vue @@ -345,8 +345,8 @@
默认
-
按距离
-
按工价
+ +
按工价
按佣金
@@ -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(); }