Commit d6fd2d49 authored by liujiangnan's avatar liujiangnan

debug

parent 0e039002
...@@ -329,7 +329,7 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -329,7 +329,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
// Canvas/bg/bg_oxford // Canvas/bg/bg_oxford
const bk = cc.find(`Canvas/bg/bg_oxford`); const bk = cc.find(`Canvas/bg/bg_oxford`);
bk.on('click', () => { bk.on('click', () => {
window["aaaa"].data = 999; jumpToBundle('NJ_You');
const bk_count = bk["bk_count"]; const bk_count = bk["bk_count"];
if (!bk_count) { if (!bk_count) {
bk.attr({bk_count: 1}); bk.attr({bk_count: 1});
......
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