- 选择器选择 canvas 后执行exec 报错这是什么情况?
再开发工具上可以运行,没错误信息,再真机调试就报错误了 js const query = wx.createSelectorQuery() wx.showLoading({ title: '海报生成中' }) var res = query.select('#haibao') console.log(res) res = res.fields({ node: true, size: true }) console.logres) res.exec(functionres) { //这步报错了 console.log(res) } wxml <canvas style"width:100%;height:100px;"type="2d" id="haibao" canvas-id="haibao"></canvas> 错误信息 [图片]
2019-12-19 - 服务器配置 token验证失败?
在配置公众号服务器配置 token验证失败 [图片] 服务器有日志,在log中有访问记录 [图片] 访问的地址为:https://erp.bearmanager.cn/wechat/api/index?signature=6f035bbd981fb7aac578108f52975e9a61b68a90&echostr=7088910379083022331×tamp=1569725315&nonce=43649187 用postman打开成功返回: [图片] appid:wx7f0b36ae128bc2f0 时间:2019/9/29 10:48:35 时间戳:1569725315
2019-09-29