소스 검색

商品资料库修改

喻文俊 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;