Commit 23386ec1 authored by liujiangnan's avatar liujiangnan

feat

parent f696c7af
......@@ -16,9 +16,6 @@ export default class SceneComponent extends MyCocosSceneComponent {
@property(cc.Node)
rankpage: cc.Node = null;
@property(cc.Label)
debug: cc.Label = null;
addPreloadImage() {
}
......@@ -35,9 +32,6 @@ export default class SceneComponent extends MyCocosSceneComponent {
roomId = null;
async onLoadEnd() {
// this.debug.string = `cc.sys.platform==${cc.sys.platform}`;
this.roomId = await getRoomId();
// this.roomId = "7254829606002314017";
await this.initView();
......
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