This commit is contained in:
shijingjing
2023-02-14 17:10:40 +08:00
parent 8cb77ebeee
commit bb744c49b9
4 changed files with 71 additions and 51 deletions

View File

@@ -98,8 +98,8 @@ export default {
handleToTest(id) {
// 没有认证
// if(!this.user.areaId) {
// this.showAuth = true;
// 已认证
// this.showAuth = true;
// 已认证
// } else {
this.$emit('toTest',id)
// }
@@ -126,7 +126,7 @@ export default {
this.$u.toast('认证成功')
setTimeout(()=> {
this.showAuth = false
this.$emit('toTest')
this.$emit('toTest',id)
}, 500)
}
}).catch((err)=> {

View File

@@ -1,7 +1,7 @@
<template>
<div class="OnlineClass">
<div class="search_box">
<u-search placeholder="请输入需要搜索的课程" bg-color="#FFF" v-model="title" :show-action="false"></u-search>
<u-search placeholder="请输入需要搜索的课程" bg-color="#FFF" v-model="title" :show-action="false" @search="getList"></u-search>
</div>
<p class="all_class">全部课程</p>