使用微剪插件编辑视频时微信闪退或小程序卡死
拍摄视频30s后有时会出现微信闪退的情况,编辑视频页面点击下一步导出视频后小程序卡死,无法导出视频。
<my-clip
settings="{{settings}}"
showClose="{{true}}"
bindclose="handleClose"
>
</my-clip>
Page({
/**
* 页面的初始数据
*/
data: {
settings: {
common: {
exportPagePath: '/pages/export/index',
}
},
},
handleClose() {
wx.navigateBack()
}
})




华为p30,安卓版本8.0.1,用的官方插件演示,导出一直在0%,不动