Commit ce052b16 authored by 李维's avatar 李维

恢复测试代码

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