Commit 522bb8f2 authored by 李维's avatar 李维

增加调试信息

parent 08838809
...@@ -446,7 +446,7 @@ cc.Class({ ...@@ -446,7 +446,7 @@ cc.Class({
isLocal: null, isLocal: null,
initData() { initData() {
this.isLocal = true; this.isLocal = false;
this.quesIndex = 0; this.quesIndex = 0;
this.curEndTime = -1; this.curEndTime = -1;
...@@ -2575,9 +2575,10 @@ cc.Class({ ...@@ -2575,9 +2575,10 @@ cc.Class({
const id = data.index; const id = data.index;
bg.active = false; bg.active = false;
this.hand.active = false; this.hand.active = false;
console.log("跳转", data.index) console.log("跳转", data.index)
this.showMask(() => { this.showMask(() => {
if (!this.isLocal) { if (!this.isLocal) {
console.log("[MRBR_VIDEO] 调用系统方法:PSQS_jump_to_question")
callMiddleLayerFunction("PSQS_jump_to_question", { step: id }, null); callMiddleLayerFunction("PSQS_jump_to_question", { step: id }, null);
} }
}); });
......
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