Commit 40e53a24972d66be37f3073131a83b0ab4d28303
1 parent
b67b562e
Exists in
master
feat:搜索框修改
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/views/Service/CourseBaseList/SelectionCourse.vue
| 1 | // 精选课程 | 1 | // 精选课程 |
| 2 | <template> | 2 | <template> |
| 3 | <div id="SelectionCourse"> | 3 | <div id="SelectionCourse"> |
| 4 | - <van-search v-model="searchValue" placeholder="请输入课程关键词" @search="reloadData" /> | 4 | + <!-- <van-search v-model="searchValue" placeholder="请输入课程关键词" @search="reloadData" /> --> |
| 5 | <!-- <van-tabs v-model="active" @click="tabChange"> | 5 | <!-- <van-tabs v-model="active" @click="tabChange"> |
| 6 | <van-tab :title="item.text" v-for="(item, index) in typeOption" :key="index"></van-tab> | 6 | <van-tab :title="item.text" v-for="(item, index) in typeOption" :key="index"></van-tab> |
| 7 | </van-tabs> --> | 7 | </van-tabs> --> |