瀏覽代碼

商品资料库修改

喻文俊 3 年之前
父節點
當前提交
3289301b37
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      src/main/resources/static/js/document/beautyArchiveDetailMixin.js

+ 1 - 2
src/main/resources/static/js/document/beautyArchiveDetailMixin.js

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