dever 5 년 전
부모
커밋
7b53b1ecf7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pages/dream/view/vodShort.vue

+ 1 - 1
pages/dream/view/vodShort.vue

@@ -49,7 +49,7 @@ export default {
 			this.$refs.video[this.current_index].start();
 		},
 		stop : function() {
-			this.$refs.video[this.current_index].stop();
+			this.$refs.video[this.current_index].stop(false);
 		},
 		changeVod : function(e)  {
 			var self = this;