wx.canIUse(‘compressImage’)不管什么基础版本库的都是返false
canIUse的数据没有及时更新,我们尽快修复。暂时可以使用 if (typeof wx.compressImage === ‘function’) 来判断