大约有 33 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0045 秒)
...目使用matter.js库无智能提示 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target Laya中的宏编译要怎么用啊 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 关于Laya实现Ma...
来源: Laya_社区 发布时间: 20200607
..., chrome-extension, https. i.send @ laya.core.min.js:5 laya.core.min.js:6 [error]Failed to load: H:/WeChatQ1Snake/release/layaweb/v1.0.0/res/atlas/images.atlas main.min.js:1 Uncaught TypeError: BackGround is not a constructor at t.onLoaded (main.min.js:1) at t.onLoaded2 (main.min.js:1) ...
来源: Laya_社区 发布时间: 20180412
...n(Laya.Event.STOPPED,this,this.parseComplete); this.mFactory.on(Laya.Event.ERROR, this, this.onError); this.mFactory.loadAni("res/games/Game_ddz/animation/ddz_figures_landlord.sk"); } private onError(): void { console.log("error"); } private parseComplete(): void { console.error("地主加载...
来源: Laya_社区 发布时间: 20190821
...mes:true } })) .pipe(sourcemaps.write(releaseDir + '/../sourcemaps')) .on('error', function (err) { console.warn(err.toString()); }) .pipe(gulp.dest(releaseDir)); } }); 可以看到laya是用uglify工具压缩的js 2、生成js对应的 .js.map文件 .js.map :map文件是js文件压缩后,文...
来源: Laya_社区 发布时间: 20200720
...o 附件 如何实现微信登录? 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target 关于近期iOS提交,因违反苹果3.1.1导致APP上架被拒的说明 Laya中的宏编译要怎么用啊 配置layaAir需要注意的 ide 2.4 layaair2-cmd ...
来源: Laya_社区 发布时间: 20180522
... 就会报错 react.201605251128.js?t=1491660786863:formatted:7527Uncaught Error: Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.乱起八糟也不知道什么错误,非得要我们自己手动的把substr改为原生的...
来源: Laya_社区 发布时间: 20170408
...eloLaya{ export class Pomelo{ static DEBUG:boolean = true; static EVENT_IO_ERROR:string = "io-error"; static EVENT_CLOSE:string = "close"; static EVENT_KICK:string = "onKick"; static EVENT_HEART_BEAT_TIMEOUT:string = 'heartbeat timeout'; private JS_WS_CLIENT_TYPE:string = 'js-websocket'; private JS_...
来源: Laya_社区 发布时间: 20180119
...ayaGame/demo/myLaya/bin/version.json Request failed Status:0 text: __proto.error @ laya.core.js:23075 laya.core.js:25049 [warn]Retry to load: version.json 为什么直接就出现跨域的问题?啥素材都没加,啥代码都没写! 2019-07-18 添加评论 免费帖 --> 分享 微博 QZONE...
来源: Laya_社区 发布时间: 20190718
... 文件:将该文件的 16065 行注释掉,注释后的代码如下: error(err, pos) { if (typeof err === 'string') err = { message: err }; if (pos) augmentCodeLocation(err, pos, curSource, id); err.id = id; err.hook = 'transform'; // return pluginContext.error(err); },该方法虽然可以解...
来源: Laya_社区 发布时间: 20201223
... string = "close"; /** io错误*/ public static IO_ERROR: string = "io-error"; /** 数据*/ public static DATA: string = "data"; constructor(decorate?:Decorate) { super(); this.mDecorate = decorate || new...
来源: Laya_社区 发布时间: 20161109