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 372 this.yxAxios
373 373 .post(`${this.yanxueUrl}/api/SchoolManage/SchoolStudyBaseList`, {
374 374 provinceName: '浙江省',
375   - cityName: '',
  375 + cityName: '绍兴市',
376 376 areaName: this.provinceTabList[this.provinceActive].text,
377 377 levelName: '',
378 378 type: 0,
379 379 StartPeopleCount: '-1',
380 380 EndPeopleCount: '-1',
381   - stype: 1,
  381 + stype: 0,
382 382 pageIndex: 1,
383 383 pageSize: 6,
384 384 })
... ...