大约有 230 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0038 秒)
...作为开放数据域的子项目,步骤应该是没问题的,现在是require(code.js)就报错了。调试环境是微信开发者工具。 附件 : --> wxgame.rar 2018-05-09 添加评论 已悬赏20元 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接...
来源: Laya_社区 发布时间: 20180509
...message s_11004_c { repeated objinfo info = 1; } message objinfo { required int32 id = 1; required int32 type = 2; repeated coordinates xy = 3; } message coordinates { required string x = 1; required string y = 2; } 有以下错误提示 Invalid wire type: 7 Invalid wire type: 4I...
来源: Laya_社区 发布时间: 20170306
... 我们离项目工程化,自动化又更近了一步。 const gulp = require('gulp'); const connect = require('gulp-connect'); const { exec } = require("child_process"); //源码 const entry = 'src/**/*.*'; function compile() { //执行编译命令 layaair2-cmd compile let process = exec("layaa...
来源: Laya_社区 发布时间: 20200908
...出现问题 (unknown) ReferenceError: ui is not defined at code.js:1 at require (WAGame.js:11) at WAGame.js:11 at game.js? [sm]:2 at require (WAGame.js:11) at gamePage.html:111 window.onerror WAGame.js:11 Uncaught ReferenceError: ui is not defined at code.js:1 at require (WAGame.js:11) at WAGame.js...
来源: Laya_社区 发布时间: 20180115
...ught ReferenceError: Laya is not defined at code.js? [sm]:1 at require (VM32 WAGame.js:1) at VM32 WAGame.js:1 at VM42 game.js:4 at require (VM32 WAGame.js:1) at <anonymous>:1:1 at HTMLScriptElement.scriptLoaded (<anonymous>:18:21) at HTMLSc...
来源: Laya_社区 发布时间: 20191116
...adapter.js.Object.defineProperty.value (weapp-adapter.js:243) at __webpack_require__ (weapp-adapter.js:20) at Object.../../../Laya2.0Project/MiniDemo/release/bdgame/openContext/weapp-adapter.js.Object.defineProperty.value (weapp-adapter.js:138) at __webpack_require__ (weapp-adapter.js:20) at Object....
来源: Laya_社区 发布时间: 20191116
...以忽略,项目的启动类这里设置为Main.as ;然后新建一个`require.as`。 require.as 代码如下: ```java package { /*[IF-FLASH-BEGIN]*/ public class require { public function require(path:String) { } } /*[IF-FLASH-END]*/ } ``` 项目的启动类Main.as代码如下: ```java pa...
来源: Laya2.0_文档 发布时间: 20210715
...ons.test.tsx/// <reference path="../src/Functions.ts" /> import fs = require('fs'); import vm = require('vm'); let path = __dirname + "/../bin/js/Functions.js"; let code = fs.readFileSync(path, {encoding:'utf8'}); vm.runInThisContext(code); describe('Functions', function() { it('hello', functi...
来源: Laya_社区 发布时间: 20181214
ts中调用js报错 如图所示,我调用require方法,它就报错了。 附件 : --> 2018-10-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_XS 赞同来自: LayaIDE1.x版本,还不支持require...
来源: Laya_社区 发布时间: 20181011
...s/entities" is not defined Error: module "libs/entities" is not defined at require (http://127.0.0.1:13507/game/__ ... :78730) at http://127.0.0.1:13507/game/__ ... 78480 at http://127.0.0.1:13507/game/li ... 52:18 at require (http://127.0.0.1:13507/game/__ ... :78871) at http://127.0.0.1:13507/game...
来源: Laya_社区 发布时间: 20190221