feat: 增加视频水印和防盗录
This commit is contained in:
@@ -20,8 +20,7 @@
|
||||
:course="{courseTitle:options.navTitle, chapterTitle: curriculumData.title, catalogueId: curriculumData.catalogueId || '', courseId: curriculumData.courseId || options.courseId || ''}"
|
||||
:cover="options.curriculumImgUrl || ''"
|
||||
:http="$http"
|
||||
:user-id="watermarkUserId"
|
||||
:mobile="watermarkMobile"
|
||||
:user-info="userInfo"
|
||||
/>
|
||||
|
||||
<view class="" style="border-top: 2px solid #2979ff;">
|
||||
@@ -173,6 +172,7 @@
|
||||
import {
|
||||
mapState
|
||||
} from "vuex";
|
||||
|
||||
export default {
|
||||
components: {
|
||||
courseDescription, //课程说明
|
||||
@@ -332,7 +332,6 @@
|
||||
},
|
||||
onHide() {
|
||||
console.log('回去了 .....................');
|
||||
|
||||
},
|
||||
onPullDownRefresh() {
|
||||
uni.stopPullDownRefresh();
|
||||
@@ -344,12 +343,6 @@
|
||||
},
|
||||
computed: {
|
||||
...mapState(["userInfo"]),
|
||||
watermarkUserId() {
|
||||
return this.userInfo.id || this.userInfo.userId || this.userInfo.uid || ''
|
||||
},
|
||||
watermarkMobile() {
|
||||
return this.userInfo.phone || this.userInfo.tel || this.userInfo.mobile || ''
|
||||
},
|
||||
},
|
||||
methods: {
|
||||
editorIput(e){
|
||||
|
||||
Reference in New Issue
Block a user