Commit c65b8e4f authored by 张伯涛's avatar 张伯涛

bug修改

parent aa0ad322
......@@ -99,6 +99,13 @@
<div class="box-top">
<div class="title">综合</div>
<div class="search-box">
<el-checkbox
v-model="onlyTryToSee"
size="medium"
class="checkbox"
@change="getCourseByPagination"
>只看试看
</el-checkbox>
<el-checkbox
v-model="onlyFree"
size="medium"
......@@ -279,6 +286,8 @@ export default {
mallIdentityType: this.$route.query.mallIdentityType,
// 只看免费
onlyFree: false,
// 只看试看
onlyTryToSee: false,
// 只看已购
onlyPurchased: false,
// 搜索条件
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment