获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- APP打开小游戏提示跳转失败
APP打开我们的小程序是可以打开,但是打开小游戏就提示“跳转失败”,用的是原始id而且都绑定了微信开放平台[图片]
2018-10-31 - 聊天室里收到消息调用setData就报错,但是手机运行正常
具体的报错信息如下: VM1018:1 appServiceSDKScriptError Converting circular structure to JSON; at wx.invokeWebviewMethod TypeError: Converting circular structure to JSON 使用场景: 在聊天室里接收到消息就 let msgs = this.data.msgs; msgs.push(msg); this.setData({ msgs, }); 尝试改成 this.setData({ msgs: [] }); 也会报同样的错。 截图: [图片]
2018-05-09