wx.openVideoEditor在设置maxDuration为180的时候,iOS端无效?
wx.openVideoEditor({ filePath: item.tempFilePath, maxDuration: '180', success: (res) => { console.log(res); }, fail: (err) => { console.error('wx.openVideoEditor', err); } }) maxDuration设为180s在iOS端同样无效,安卓端生效,目前是否有这样的兼容bug存在呢?