求助啊
流量主修改资料,一直提示提交失败求助官方团队!!!! [图片]
2018-12-04[图片] 非好友也能看见头像,而且都是没有授权的。 这到底是咋实现的呢
求助,这种显示头像昵称的要怎么实现~~~~~开放域能实现么,求指点 [图片] [图片]
2018-11-09坑啊,重启下,有时可以解决
按照例子无法使用workergame.json: { "deviceOrientation": "portrait", "workers": "workers" } 加了这2个文件 workers/request/index.js workers/response/index.js game.js加了 import './js/libs/weapp-adapter' import './js/libs/symbol' var worker = wx.createWorker('workers/request/index.js') // 文件名指定 worker 的入口文件路径,绝对路径 在微信开发工具显示 VM32:4 Uncaught Error: module "workers/request/index.js" is not defined at require (eval at self.onmessage.event (weixinworker.js:6), <anonymous>:4:13753) at o (eval at self.onmessage.event (weixinworker.js:6), <anonymous>:4:11777) at eval (eval at self.onmessage.event (weixinworker.js:6), <anonymous>:4:11144) at eval (eval at self.onmessage.event (weixinworker.js:6), <anonymous>:1:4058) at Array.forEach (<anonymous>) at Object.v (eval at self.onmessage.event (weixinworker.js:6), <anonymous>:1:4016) at self.onmessage.event (weixinworker.js:10) 用手机打开显示 thirdScriptError worker uncaught third Error undefined
2018-10-26咱俩情况一样,应该是接入开放数据域导致的。 有限制,关掉开放数据域就正常了
调用Canvas.toTempFilePathSync转发白屏wx.shareAppMessage({ title: '我发起了一场xxx,谁来和我一战?', success: function (res) { console.log('拉起分享 成功', res); }, fail: function (res) { console.log('拉起分享 失败'); }, imageUrl: canvas.toTempFilePathSync({ destWidth: 500, destHeight: 400 }), }); 打印出imageUrl的值为类似于“7b6fa731-cb5c-4247-927c-421e8dec31a7”的结果,分享出来时为白屏,请问这个返回值在转发时该怎么使用?
2018-06-19