Commit fe10b76872ffc70df53c6c5432661a754e36bee7

Authored by 夏洋涛
1 parent 08c7bde6
Exists in master

feat:推荐条件修改

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
src/views/Home.vue
@@ -372,13 +372,13 @@ export default { @@ -372,13 +372,13 @@ export default {
372 this.yxAxios 372 this.yxAxios
373 .post(`${this.yanxueUrl}/api/SchoolManage/SchoolStudyBaseList`, { 373 .post(`${this.yanxueUrl}/api/SchoolManage/SchoolStudyBaseList`, {
374 provinceName: '浙江省', 374 provinceName: '浙江省',
375 - cityName: '', 375 + cityName: '绍兴市',
376 areaName: this.provinceTabList[this.provinceActive].text, 376 areaName: this.provinceTabList[this.provinceActive].text,
377 levelName: '', 377 levelName: '',
378 type: 0, 378 type: 0,
379 StartPeopleCount: '-1', 379 StartPeopleCount: '-1',
380 EndPeopleCount: '-1', 380 EndPeopleCount: '-1',
381 - stype: 1, 381 + stype: 0,
382 pageIndex: 1, 382 pageIndex: 1,
383 pageSize: 6, 383 pageSize: 6,
384 }) 384 })