大约有 247 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0037 秒)
...差异,下面这行<script type="text/javascript" src="node_modules/requirejs/require.js"></script> ,而vscode里可以注释掉,还是正常。 用VS Code测试: 运行后一切正常: 而layaAir IDE,如果注释掉这一行,就一片空白,不会输出任何东西...
来源: Laya_社区 发布时间: 20171116
...自: 在小游戏的game.js内,引用code.js前加一段 window.Matter = require("XX路径/matter.js"); 固然可以解决问题,但还需要手动维护。不建议这样操作。 这个问题是小游戏的window域引起的,后面版本的引擎层会直接解决,当前我上传一个m...
来源: Laya_社区 发布时间: 20180428
...作为开放数据域的子项目,步骤应该是没问题的,现在是require(code.js)就报错了。调试环境是微信开发者工具。 附件 : --> wxgame.rar 2018-05-09 添加评论 已悬赏20元 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接...
来源: Laya_社区 发布时间: 20180509
...,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p...
来源: Laya_社区 发布时间: 20170426
...出现问题 (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
...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
...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
...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
...后导出了proto。 以下为数组协议示例 message RoomList { required uint32 roomid = 1; required uint32 limitcoin = 2; required uint32 bankercoin = 3; } message GetRoomListResponse { required uint32 code = 1; repeated RoomList roomList = 2; } 用...
来源: Laya_社区 发布时间: 20171218
ts中调用js报错 如图所示,我调用require方法,它就报错了。 附件 : --> 2018-10-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_XS 赞同来自: LayaIDE1.x版本,还不支持require...
来源: Laya_社区 发布时间: 20181011