- IOS企业微信小程序保存图片失败?
企业微信使用小程序调用download的api下载图片后,再调用保存到相册的api, 报错如下: saveImageToPhotosAlbum:fail save fail:Error Domain=ALAssetsLibraryErrorDomain Code=-1 "未知错误" UserInfo={NSLocalizedDescription=未知错误, NSUnderlyingError=0x281e01a70 {Error Domain=ALAssetsLibraryErrorDomain Code=-1 "未知错误" UserInfo={NSLocalizedDescription=未知错误, NSUnderlyingError=0x281e09620 {Error Domain=ALAssetsLibraryErrorDomain Code=-1 "未知错误" UserInfo={NSLocalizedDescription=未知错误, NSUnderlyingError=0x281e0ad30 {Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service on pid 19167 named com.apple.photos.service was interrupted, but the message was sent over an additional proxy and therefore this proxy has become invalid." UserInfo=0x280b8dda0 (not displayed)}}}}}}". 重点是同一部手机, 微信环境可以保存. 排除权限问题. IOS版本14 企业微信3.1.1
2021-01-07 - 小程序image组件长按文档描述未更新?
[图片] 上图已经在2.7支持长按 然而下图(https://developers.weixin.qq.com/miniprogram/dev/component/image.html)容易误导开发者 [图片]
2020-11-20 - 开发者工具调试页面不能自动选中wxml一栏?
[图片]每次点击调试页面 大概率不能自动跳到wxml页面, 越更新越烂, 添加的编译模式 下次打开工具添加的编译模式就清零,别瞎更新了 求求你们 我求稳定
2020-11-04 - 20003 Error: {"errCode":miniprogram-ci 上传第三方草稿报错?
执行上传后报错 20003 Error: {"errCode":-1,"errMsg":"get new ticket fail innerCode: -80011"} 第三方appid wxc6aa5a932a83482b 大概发生时间 2020-10-30 14:00及以前 ci工具版本 "miniprogram-ci": "^1.0.83" 问题原因是私钥通过了微信的传输,本地下载就好。毕竟第三方开发,管理员不是本人就要通过其他人下载。
2020-10-30 - wx.createConvasContext()
- 需求的场景描述(希望解决的问题) [图片] -使用画布得到的输出的图在开发者工具预览显示这个 composePic: function(id, pic, cb) { const ctx = wx.createCanvasContext(id) let offset_x = 18 let offset_y = 7 let w = 96 let h = 100 ctx.drawImage('../../img/map/bg.png', 0, 0, w, h) ctx.save() ctx.beginPath() ctx.arc(30 + offset_x, 30 + offset_y, 30, 0, 2 * Math.PI) ctx.clip() ctx.drawImage(pic, offset_x, offset_y, 60, 60) ctx.restore() ctx.draw(false, function() { wx.canvasToTempFilePath({ x: 0, y: 0, width: w, height: h, canvasId: id, success(res) { console.log(res.tempFilePath) cb(res.tempFilePath) } }) }) },
2019-03-07 - wx.createInnerAudioContext()问题
[图片] [图片] wx.createInnerAudioContext() 使用自己的声音总会报错 求解 但是官方提供的声音是可以的
2019-02-28 - 小程序IDE保存问题
写完代码保存的时候 模拟器自动关闭 然后再打开
2019-02-18 - 小程序工具保存刷新模拟器总会自动关掉再打开
- 当前 Bug 的表现(可附上截图) 小程序工具保存刷新模拟器总会自动关掉再打开 不胜其烦 有朋友遇到的请告知一下解决方案 保存的时候 左边的模拟器会暂时关掉 然后再打开 -
2019-02-13