Commit 3a7691d9 authored by liujiangnan's avatar liujiangnan

feat

parent 9e54772c
......@@ -697,6 +697,11 @@ export default class NewClass extends middleLayerBase {
});
});
const BtnError = cc.find('middleLayer/ui/BtnError');
BtnError.on('click', () => {
this.loadOnlineBundle("test_error");
});
const btnClose = cc.find('middleLayer/ConsoleNode/BtnClose');
const btnOpen = cc.find('middleLayer/ConsoleNode/BtnOpen');
const consoleNode = cc.find('middleLayer/ConsoleNode/Console');
......
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