Commit 44b26e4c authored by 李维's avatar 李维

测试使用原视频

parent ce052b16
...@@ -603,8 +603,9 @@ cc.Class({ ...@@ -603,8 +603,9 @@ cc.Class({
const url1 = this.data.video_url; const url1 = this.data.video_url;
// 强制使用原视频 // 强制使用原视频
// callback(url1); console.log("强制使用原视频")
// return callback(url1);
return
// ==== End === // ==== End ===
const url2 = url1.replace(/.mp4$/g, "_l.mp4"); const url2 = url1.replace(/.mp4$/g, "_l.mp4");
......
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