认证
This commit is contained in:
@@ -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)=> {
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user