Commit f053a756 authored by liujiangnan's avatar liujiangnan

debug: 调试问题

parent 2b248b4a
......@@ -443,8 +443,14 @@ cc.Class({
},
async showOption(idx) {
console.log("idx:", idx);
const optionNode = cc.find(`Canvas/bg/book/option/option_${idx}`);
if (!optionNode) {
console.log("!optionNode:");
return;
}
......
{"ios":{"sceneName":"AK09","version":"850d9"},"android":{"sceneName":"AK09","version":"850d9"}}
\ No newline at end of file
{"ios":{"sceneName":"AK09","version":"712ee"},"android":{"sceneName":"AK09","version":"712ee"}}
\ No newline at end of file
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