|
@@ -86,26 +86,7 @@ export default defineComponent({
|
|
|
/>
|
|
|
) : (
|
|
|
<div class={styles['open-live']}>
|
|
|
- <ColHeader
|
|
|
- v-slots={{
|
|
|
- content: (navBarHeight: any) => (
|
|
|
- <Sticky offsetTop={navBarHeight}>
|
|
|
- <div class={styles['header-content']}>
|
|
|
- <Button
|
|
|
- round
|
|
|
- plain
|
|
|
- size="small"
|
|
|
- disabled={!this.btnStatus}
|
|
|
- class={styles.openBtn}
|
|
|
- onClick={this.onOpenLive}
|
|
|
- >
|
|
|
- 开通直播
|
|
|
- </Button>
|
|
|
- </div>
|
|
|
- </Sticky>
|
|
|
- )
|
|
|
- }}
|
|
|
- ></ColHeader>
|
|
|
+ <ColHeader background="transparent" border={false} title=" " />
|
|
|
|
|
|
<Cell
|
|
|
class={styles['open-teacher-info']}
|
|
@@ -177,7 +158,7 @@ export default defineComponent({
|
|
|
) : null}
|
|
|
|
|
|
<div class={styles['open-content']}>
|
|
|
- <h2>开通直播能为您带来什么?</h2>
|
|
|
+ {/* <h2>开通直播能为您带来什么?</h2>
|
|
|
<p class={styles['cert-text']}>
|
|
|
酷乐秀对平台入驻的优秀老师开放直播及直播课程的功能,帮助老师拓展获客渠道及教学场景。
|
|
|
</p>
|
|
@@ -188,7 +169,7 @@ export default defineComponent({
|
|
|
height="150px"
|
|
|
fit="contain"
|
|
|
/>
|
|
|
- </p>
|
|
|
+ </p> */}
|
|
|
<h2>直播</h2>
|
|
|
<p class={styles['cert-text']}>
|
|
|
开通直播功能后,您可以创建自己的直播间开启直播。
|
|
@@ -214,6 +195,19 @@ export default defineComponent({
|
|
|
/>
|
|
|
</p>
|
|
|
</div>
|
|
|
+
|
|
|
+ <Sticky offsetBottom={0} position="bottom">
|
|
|
+ <div class={[styles['header-content'], 'btnGroup']}>
|
|
|
+ <Button
|
|
|
+ round
|
|
|
+ plain
|
|
|
+ block
|
|
|
+ disabled={!this.btnStatus}
|
|
|
+ class={styles.openBtn}
|
|
|
+ onClick={this.onOpenLive}
|
|
|
+ ></Button>
|
|
|
+ </div>
|
|
|
+ </Sticky>
|
|
|
</div>
|
|
|
)}
|
|
|
</>
|