|
@@ -3,7 +3,7 @@ import ColResult from '@/components/col-result'
|
|
|
import ColSearch from '@/components/col-search'
|
|
|
import request from '@/helpers/request'
|
|
|
import { state } from '@/state'
|
|
|
-import { List, Popup, Sticky, Image } from 'vant'
|
|
|
+import { List, Popup, Sticky, Image, Icon } from 'vant'
|
|
|
import { defineComponent } from 'vue'
|
|
|
import OrganSearch from '../practice-class/model/organ-search'
|
|
|
import styles from './teacher-elegant.module.less'
|
|
@@ -102,16 +102,32 @@ export default defineComponent({
|
|
|
this.openStatus = !this.openStatus
|
|
|
}}
|
|
|
/>
|
|
|
- <div class={styles.searchContainer}>
|
|
|
- <div class={[styles.searchItem, styles.searchFollow]}>
|
|
|
- <p class={styles.title}>我的关注</p>
|
|
|
- <p class={styles.content}>老师最新动态</p>
|
|
|
+ {/* <div class={styles.searchContainer}>
|
|
|
+ <div class={styles.item}>
|
|
|
+ <div
|
|
|
+ class={[styles.searchItem, styles.searchFollow, styles.active]}
|
|
|
+ >
|
|
|
+ <p class={styles.title}>我的关注</p>
|
|
|
+ <p class={styles.content}>老师最新动态</p>
|
|
|
+ </div>
|
|
|
+ <div
|
|
|
+ class={[styles.searchItem, styles.searchLive, styles.active2]}
|
|
|
+ >
|
|
|
+ <p class={styles.title}>直播中</p>
|
|
|
+ <p class={styles.content}>互动直播间</p>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- <div class={[styles.searchItem, styles.searchLive]}>
|
|
|
- <p class={styles.title}>直播中</p>
|
|
|
- <p class={styles.content}>互动直播间</p>
|
|
|
+
|
|
|
+ <div class={styles.searchDefault}>
|
|
|
+ <Icon
|
|
|
+ classPrefix="iconfont"
|
|
|
+ class={styles.star}
|
|
|
+ color="#FFC459"
|
|
|
+ name="star_active"
|
|
|
+ />
|
|
|
+ 默认排序
|
|
|
</div>
|
|
|
- </div>
|
|
|
+ </div> */}
|
|
|
</Sticky>
|
|
|
|
|
|
{this.dataShow ? (
|