提交 254f9a51 编写于 作者: bo.dang's avatar bo.dang

直播链接修改

上级 bdab8230
......@@ -129,7 +129,7 @@
>
<input type="text" id="copyInput" class="hidden-input" />
<div class="live_url_style" v-if="this.liveStatus==1 || this.liveStatus==2">
<div class="live_url_style" v-if="streamType == 1 && (this.liveStatus==1 || this.liveStatus==2)">
<div class="href_style">讲师链接 {{lecturerUrl}}</div>
<el-col class="href_outer_border">
<el-link type="primary" @click="copyTxt(1)" size="small" class="href_button_style">复制</el-link>
......@@ -138,7 +138,7 @@
</el-col>
</div>
<div class="live_url_style" v-if="this.liveStatus==1 || this.liveStatus==2">
<div class="live_url_style" v-if="streamType == 1 && (this.liveStatus==1 || this.liveStatus==2)">
<el-col class="href_style">嘉宾链接 {{guestUrl}}</el-col>
<el-col class="href_outer_border">
<el-link type="primary" @click="copyTxt(2)" size="small" class="href_button_style">复制</el-link>
......@@ -147,7 +147,7 @@
</el-col>
</div>
<div class="live_url_style" v-if="this.liveScope==2">
<div class="live_url_style" v-if="streamType == 2 || this.liveScope==2">
<div class="href_style">观众链接 {{audienceUrl}}</div>
<el-col class="href_outer_border">
<el-link type="primary" @click="copyTxt(3)" size="small" class="href_button_style">复制</el-link>
......@@ -406,6 +406,7 @@ export default {
this.dialogLivelinkVisible = true;
this.liveScope = row.liveScope;
this.liveStatus = row.liveStatus;
this.streamType = row.streamType;
console.log(
"liveLink() : liveScope = " +
this.liveScope +
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册