Commit 2092a104 authored by 郭志伟's avatar 郭志伟

"style: 语法检查"

parent 9b68c936
This diff is collapsed.
...@@ -145,7 +145,7 @@ ...@@ -145,7 +145,7 @@
// 一次最多只展示3个video标签,提高加载视频的速度 // 一次最多只展示3个video标签,提高加载视频的速度
const current = e.$wx.detail.current; const current = e.$wx.detail.current;
const diff = current - _last; const diff = current - _last;
if(this.isFirstRole && current === 1) { if (this.isFirstRole && current === 1) {
this.playCurrent(1); this.playCurrent(1);
this.isFirstRole = false; this.isFirstRole = false;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment