- 广告被拒就不能配个图嘛?
[图片] 让人猜来猜去到底哪里出错了.
2020-10-13 - 开发者工具加载项目卡死.
[图片] 打开项目, 经常卡在这个地方, 一卡就好几分钟.
2020-05-07 - 上限提审到16M了, 但上传代码还是提示不能操过4M, 要如何使用?
[图片] [图片]
2020-04-26 - 开发者工具一打开就被一片广告挡住, 还怎么用?
[图片]
2020-04-21 - 分享回调回来了么? 我看到最近小游戏可以使用分享到群的功能啊!
如题?
2018-11-27 - Cannot read property 'nickName' of 错误
查看运维中心的错误列表, 发现这个错误, 看起来应该是 调用wx.createUserInfoButton接口之后的onTap回调中 res.userInfo中的nickName是undefined, 请问一下 什么情况下会导致nickName为空呢? 我这里已经先先判断了userInfo为空的情况的. Cannot read property 'nickName' of undefined;at tap callback function 贴代码 var button = wx.createUserInfoButton({ type: "text", text: "微信登陆", image: "", style: { left: x, top: y, width: 150, height: 48, lineHeight: 48, backgroundColor: "#09bb07", color: "#ffffff", textAlign: "center", fontSize: 22, borderRadius: 24 } }); button.onTap((res) => { console.log("用户授权:", res); if(res.userInfo) { WindowManage.showMiniLoding(); UserInfo.GetInstance().init(res.userInfo); button.destroy(); callBack() } }); init (userInfo) { this.nickName = userInfo.nickName this.avatarUrl = userInfo.avatarUrl this.gender = userInfo.gender //性别 0:未知、1:男、2:女 // ....... }
2018-07-26 - 不是说分享不能获取到成功失败, 不能获取群信息了吗? 怎么有的游戏还可以?
比如这个叫彩虹岛水果的游戏, 成功与否, 是不是不同的群都可以知道 , 是还有什么别的办法可以获取么? 微信版本 6.7.1 [图片]
2018-07-25