https://developers.weixin.qq.com/miniprogram/dev/api/media/image/wx.compressImage.html
新推出的压缩图片参数,是compressedWidth还是compressWidth?是compressedHeight还是compressHeight ?
另外wx.canIUse('compressImage.object.compressedWidth')无脑返回false,这俩参数支持不支持canIUse方法来判断?
问题已复现,我们会尽快进行修复。开发者 compressedWidth,compressedHeight 和 compressWidth,compressHeight 都传一下,后面 iOS 会对齐成 compressedWidth,compressedHeight
另外success回调的路径丢了后缀
而且发现iOS下即使基础库到了2.26.0compressedWidth也不生效!