@@ -1,5 +1,5 @@
<template>
- <cover-view>
+ <view>
<template v-if="openCommentStatus==2">
<!-- <text v-for="(item, index) in activeDanmus" :key="item.commentId" class="danmu-item danmuMove"
:style="{
@@ -19,7 +19,7 @@
</view>
<view class="empty" v-if="msgs&&msgs.length==0">暂无评论~</view>
- </cover-view>
+ </view>
</template>
<script>
@@ -895,6 +895,14 @@
this.urlOption = JSON.parse(url)
this.isAddKf = 1
this.getH5CourseVideoDetails()
+ } else if (res.code == 567) {
+ // 群聊通用链接
+ this.urlOption = {
+ ...this.urlOption,
+ qwExternalId: res.qwExternalId
+ }
+ this.isAddKf = 1
+ this.getH5CourseVideoDetails()
} else {
this.isAddKf = 0
uni.showToast({
@@ -987,6 +987,14 @@