LayBox 3D场景的加载和对里面对象的控制
防止按钮点击一次 ,函数执行多次private clickTime=0;public ClickGoldBtnTimes() {//this.showBanner();if(Laya.Browser.now() - this.clickTime <= 100){console.log(“点击失败”);this.goldBtn.off(Laya.Event.CLICK,this,...