- 自定义组件Component中使用picker组件,会导致弹框数值不改变。
[图片][图片] 自定义组件Component中使用picker组件,会导致弹框数值不改变。
2023-03-25 - printedTextOCR服务端请求怎么突然报错啦?
POST https://api.weixin.qq.com/cv/ocr/comm?access_token=ACCESS_TOKEN https://developers.weixin.qq.com/miniprogram/dev/OpenApiDoc/img-ocr/ocr/printedTextOCR.html
2023-03-09 - 通用印刷体识别,printedTextOCR怎么突然报错了?
用了很久都没问题,怎么现在又提示报错了。 errcode: 40001, errmsg: "invalid credential, access_token is invalid or not latest rid: 64099481-4e2b774a-2fa0c2f4"
2023-03-09 - message:Error: invalid request?明明开发者工具可以访问,真机不行?
message:Error: invalid request appid: wx84ef61cc7d914b2e openid: o6zAJs70obLlG06Fkw8UjNu5UtOM ideVersion: 1.06.2209190 osType: darwin-x64 time: 2022-11-16 16:37:15
2022-11-16 - 几个小时了,小程序SSL证书过期更换了还是访问不了?真机上访问,开发者工具正常访问是怎么回事?
几个小时了,小程序SSL证书过期更换了还是访问不了?真机上访问,开发者工具正常访问是怎么回事? 是不是设定了什么屏蔽域名,更换域名也不行?
2022-11-16 - 小程序SSL证书过期更换了还是报错?真机上报错,开发者工具不会是怎么回事?
小程序SSL证书过期更换了 还是报错?真机上报错,开发者工具不会是怎么回事? 魔幻,简直了。为什么要做屏蔽域名的限制,一个ssl证书过期而已。
2022-11-16 - [渲染层错误] Uncaught (in promise) [object DOMException
[渲染层错误] Uncaught (in promise) [object DOMException](env: macOS,mp,1.06.2208010; lib: 2.21.3 最近小程序首页启动时候白屏,不知道为什么,刷新重新进又可以了,开发工具总提示这个是为什么?
2022-09-25 - getUnlimitedQRCode服务端与云服务器端返回的arraybuffer不一致问题?
https://developers.weixin.qq.com/miniprogram/dev/OpenApiDoc/qrcode-link/qr-code/getUnlimitedQRCode.html 两段返回arraybuffer在有问题,导致写入图片失败。getImageInfo failed, {"errMsg":"getImageInfo:fail invalid"} 后端语言PHP,服务端的数据可以直接输出小程序码,请问如何在小程序显示服务端返回的小程序码? 服务端请求加了arraybuffer, wx.request({ url: url , data: postdata, method: 'POST', dataType: 'json',timeout:30000,responseType: "arraybuffer",success(res) { resolve({api:api,data:res})},fail(res){ wx.showToast({ title: '网络错误,请稍后重试.', icon: 'none', duration: 1500 }) }}) [图片] [图片]
2022-09-17 - wx.chooseLocation真机不能显示,开发工具可以显示,真机开启调试可以显示!
wx.chooseLocation真机未开启调试不能显示,开发工具可以显示,真机开启调试可以显示! 这个bug在电脑端小程序也有同样问题。也可以提供录屏。这个很神奇。 wx.chooseLocation({ success(res){ maps.getlocation(res).then(result=>{ that.setData({'corpinfo.corp_address_info':result}) }) } }) [图片] [图片]
2022-06-06 - 为什么wx.navigateBack 调用eventChannel会失败
为什么wx.navigateBack 调用eventChannel会失败???? wx.navigateBack({ delta: 1, success: function(res) { res.eventChannel.emit('pagestaffchoose', data) } }) return MiniProgramError Cannot read property 'emit' of undefined TypeError: Cannot read property 'emit' of undefined at success (http://127.0.0.1:57434/appservice/pages/xxx/xxxxx/xxxx.js:63:30) at Function.forEach.s.<computed> (http://127.0.0.1:57434/appservice/__dev__/WAService.js?t=wechat&s=1646121741371&v=2.19.1:2:2450694) at <api navigateBack success callback function> at Object.success (http://127.0.0.1:57434/appservice/__dev__/WAService.js?t=wechat&s=1646121741371&v=2.19.1:2:114522) at r (http://127.0.0.1:57434/appservice/__dev__/WAService.js?t=wechat&s=1646121741371&v=2.19.1:2:1191114) at http://127.0.0.1:57434/appservice/__dev__/WAService.js?t=wechat&s=1646121741371&v=2.19.1:2:1191297 at v (http://127.0.0.1:57434/appservice/__dev__/WAService.js?t=wechat&s=1646121741371&v=2.19.1:2:1191301) at http://127.0.0.1:57434/appservice/__dev__/WAService.js?t=wechat&s=1646121741371&v=2.19.1:2:1192725 at http://127.0.0.1:57434/appservice/__dev__/asdebug.js:1:48487 at C (http://127.0.0.1:57434/appservice/__dev__/asdebug.js:1:48142)
2022-03-01