diff --git a/common/http.api.js b/common/http.api.js index dcc7b13..dc35aab 100644 --- a/common/http.api.js +++ b/common/http.api.js @@ -43,7 +43,7 @@ const install = (Vue, vm) => { // const parameterShow = (params = {}) => vm.$u.get(apiApp.parameterShow, params) - const schoolList = (params = {}) => vm.$u.get(apiApp.schoolList, params) + const schoolList = (params = {}) => vm.$u.post(apiApp.schoolList, params) const schoolDetail = (params = {}) => vm.$u.get(apiApp.schoolDetail, params) const area = (params = {}) => vm.$u.get(apiApp.area, params) const score = (params = {}) => vm.$u.get(apiApp.score, params) diff --git a/package_sub/pages/BatchForm/BatchForm.vue b/package_sub/pages/BatchForm/BatchForm.vue index a2609df..e525b26 100644 --- a/package_sub/pages/BatchForm/BatchForm.vue +++ b/package_sub/pages/BatchForm/BatchForm.vue @@ -532,7 +532,10 @@ export default { } } if (this.step > 1) { + console.log("this.batches[this.step-2]?.id",this.step,this.batches[this.step-2]['batch_subs'][0].id) + let id = this.batches[this.step-2]?this.batches[this.step-2]['batch_subs'][0].id:'' await this.getBatchSub(this.batches[this.step-2]?.id) + // await this.getBatchSub(id) } }, setTitle() { diff --git a/package_sub/pages/IndependentRecruitment/IndependentRecruitment.vue b/package_sub/pages/IndependentRecruitment/IndependentRecruitment.vue index 1328a9c..4600475 100644 --- a/package_sub/pages/IndependentRecruitment/IndependentRecruitment.vue +++ b/package_sub/pages/IndependentRecruitment/IndependentRecruitment.vue @@ -19,8 +19,9 @@ ζ‰€εœ¨εŒΊεŸŸ + - {{ item.name }} + {{ item.name }} @@ -277,6 +278,7 @@ export default { step: 1, schoolList: [], areaList: [], + // groups:'', form: { year: new Date().getFullYear().toString(), area_id: "", @@ -346,7 +348,8 @@ export default { page: 1, page_size: 9999, area_id: this.form.area_id, - from:2 + from:2, + // group:this.groups }) this.schoolList = list.data.map(school => ({ value: school.code, diff --git a/package_sub/pages/RecommendForm/RecommendForm.vue b/package_sub/pages/RecommendForm/RecommendForm.vue index 49aab2e..68ae6fc 100644 --- a/package_sub/pages/RecommendForm/RecommendForm.vue +++ b/package_sub/pages/RecommendForm/RecommendForm.vue @@ -260,6 +260,13 @@ > {{ tag }} + + {{ i.star }} + + @@ -740,6 +747,13 @@ export default { border-radius: 20rpx; background-color: rgba(233, 144, 50, 0.2); padding: 6rpx 18rpx; + } + &--star{ + color: #fff; + font-size: 24rpx; + border-radius: 20rpx; + background-color: #4186f2; + padding: 6rpx 18rpx; } & > view + view { margin-left: 10rpx;