|
@@ -63,9 +63,8 @@ var beautyArchiveDetailMixin = {
|
|
var _self = this;
|
|
var _self = this;
|
|
if (this.checkPermission() !== 0) return;
|
|
if (this.checkPermission() !== 0) return;
|
|
//暂停上一个正在播放的播放器
|
|
//暂停上一个正在播放的播放器
|
|
- // this.currentVideoUrl = url;
|
|
|
|
|
|
+ this.currentVideoUrl = url;
|
|
this.isPlayer = true;
|
|
this.isPlayer = true;
|
|
- this.currentVideoUrl = 'https://www.w3school.com.cn/i/movie.ogg';
|
|
|
|
this.showVideoDialog = true;
|
|
this.showVideoDialog = true;
|
|
setTimeout(function(){
|
|
setTimeout(function(){
|
|
// var video = this.$refs.videoRef;
|
|
// var video = this.$refs.videoRef;
|