|
@@ -100,8 +100,8 @@ const app = new Vue({
|
|
recommendList: [],
|
|
recommendList: [],
|
|
layoutViewWidth: null,
|
|
layoutViewWidth: null,
|
|
layoutViewHeight: null,
|
|
layoutViewHeight: null,
|
|
- // 是否静音播放
|
|
|
|
- muted: false
|
|
|
|
|
|
+ // 是否显示video
|
|
|
|
+ isShowVideo: false
|
|
|
|
|
|
},
|
|
},
|
|
created() {
|
|
created() {
|
|
@@ -749,6 +749,7 @@ function playOnBtn() {
|
|
confirmButtonColor: '#3cc51f',
|
|
confirmButtonColor: '#3cc51f',
|
|
beforeClose: (action, done) => {
|
|
beforeClose: (action, done) => {
|
|
if (action === 'confirm') {
|
|
if (action === 'confirm') {
|
|
|
|
+ this.isShowVideo = true
|
|
this.$refs.rtcMediaPlayer.play()
|
|
this.$refs.rtcMediaPlayer.play()
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
this.definitionFun(this.definitionValue)
|
|
this.definitionFun(this.definitionValue)
|