Commit 808a6273 authored by liujiangnan's avatar liujiangnan

feat

parent e73d2550
...@@ -277,7 +277,7 @@ cc.Class({ ...@@ -277,7 +277,7 @@ cc.Class({
this.videoPlayer.remoteURL = this.data.video_url; this.videoPlayer.remoteURL = this.data.video_url;
// this.preload() // this.preload()
if (getAnswer) { if (getAnswer) {
getAnswer((ans) => { getAnswer(null, (ans) => {
if (ans) { if (ans) {
this.isOver = JSON.parse(ans).isOver; this.isOver = JSON.parse(ans).isOver;
} }
......
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