|
@@ -249,7 +249,7 @@ export default defineComponent({
|
|
|
{this.live.status !== 'OUT_SALE' && (
|
|
|
<>
|
|
|
{this.courseOffStatus && (
|
|
|
- <ColSticky position="bottom">
|
|
|
+ <ColSticky position="bottom" background="white">
|
|
|
<div class={['btnGroup']} style={{ paddingTop: '12px' }}>
|
|
|
<Button
|
|
|
block
|
|
@@ -264,7 +264,7 @@ export default defineComponent({
|
|
|
)}
|
|
|
|
|
|
{this.joinRoom == '1' && this.liveStatus.liveStatus !== 2 && (
|
|
|
- <ColSticky position="bottom">
|
|
|
+ <ColSticky position="bottom" background="white">
|
|
|
<div class={['btnGroup']} style={{ paddingTop: '12px' }}>
|
|
|
<Button block round type="primary" onClick={this.onJoinRoom}>
|
|
|
进入直播间
|
|
@@ -274,7 +274,7 @@ export default defineComponent({
|
|
|
)}
|
|
|
|
|
|
{this.share == '1' && this.courseInfo.length > 0 && (
|
|
|
- <ColSticky position="bottom">
|
|
|
+ <ColSticky position="bottom" background="white">
|
|
|
<div class={['btnGroup']} style={{ paddingTop: '12px' }}>
|
|
|
<Button
|
|
|
block
|