大约有 95 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0031 秒)
用微信的方法获取openID和会话秘钥的方法 var code=从login方法中获取得到; var appid=小游戏的appid; var secret=小游戏的秘钥; 第四个参数为固定值 wx.request( { url:"https://api.weixin.qq.com/sns/jscode2session? appid="+appid+"&secret="+secret+"&js_code...
来源: Laya_社区 发布时间: 20180914
...r()}和 createChildren():void { super.createChildren(); this.createView(ui.login.HeadUI.uiView); } 是先执行constructor()再执行createChildren()吗?constructor()相当于构造函数,createChildren()是构造完成后执行的start()函数 2017-12-26 添加评论 免费帖 --> 分享 微博...
来源: Laya_社区 发布时间: 20171226
...2 11:44 浏览: 2892 关注: 2 人 LayaBB • 2016-12-02 11:36 1. this.btn_Login.on(Laya.Event.CLICK, null, ()=>{ if (this.loginDig) { this.loginDig.removeSelf(); this.loginDig.destroy(); } 2.this.btn_ok.on(Laya.Event.RIGHT_CLICK, this, this.OnBut_Open); OnBut_Open() : void { this.removeSelf(); t...
来源: Laya_社区 发布时间: 20161202
...报空指针错误 接入quickSDK后,出现quick登录成功后,调用loginCallBack接口报空指针的问题,因为附件是apk,麻烦技术大大,下载下网盘地址的,native导出的时候是1.0.4. 附件下载地址:https://pan.baidu.com/s/1s8xccMuTCVT-UWpJnfI-QA,提取码...
来源: Laya_社区 发布时间: 20190429
...17-12-07 0 2 分享 微博 QZONE 微信 chunjine 赞同来自: 比如新建login.ui的时候放到loginmodule目录下 2017-12-07 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 airqleon 相关问题 项目分包后, 运行出错 怎么...
来源: Laya_社区 发布时间: 20171206
...是否和读取本地缓存中的assetsid.txt有关系 需要更新的login.atlas文件 结果在缓存中找到了 并没有更新 dcc和cdn已确认都更新修改了 源站更新 cdn不可以 请问会是什么原因造成的? 附件 : --> 2019-07-10 添加评论 免费帖 --> 分...
来源: Laya_社区 发布时间: 20190710
...框底部的透明遮盖层的,为什么我的就没有啊? this.btn_login.on(Laya.Event.CLICK,null,()=>{ var aDia:aDialog = new aDialog("登陆"); aDia.popup(true); Laya.stage.addChild(aDia); }) 附件 : --> 2017-12-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有...
来源: Laya_社区 发布时间: 20171217
...未定义 d.ts 文件内容:declare module biagic.jni{ interface WXApi{ login():Promise<any>; } }调用时使用:biagic.jni.WXApi #提示找不到 请教一下大家,我的姿势有什么问题吗? 为什么自定义的 d.ts 文件,不能被ide识别? 2018-05-22 添加评论 免费帖 --> ...
来源: Laya_社区 发布时间: 20180522
...登陆授权登陆API找不到“Uncaught TypeError: Cannot read property 'login' of undefined at new a (Main.js:1) at Main.js:1”; 发布到小游戏在微信Web开发工具是可以弹出授权页面哦,也可以获取玩家信息; 麻烦看看是什么原因; 2018-08-15 添加评论 免...
来源: Laya_社区 发布时间: 20180815
...这个元素有 let SoundManager = Laya.SoundManager; export default class LoginGame extends Laya.Scene { constructor() { super(); LoginGame.instance = this; Laya.MouseManager.multiTouchEnabled = false; this.loadScene("LoginGame.scene"); } onEnable() { SoundManager.playMusic("audio/梅林茂 - 静...
来源: Laya_社区 发布时间: 20181124