Fix:3131 【商城小程序】发布视频动态,上传视频时弹出“网络错误,请稍后再试”,点击发布可成功发布视频动态(安卓(小米,vivo))

This commit is contained in:
linxi
2025-03-27 17:08:47 +08:00
parent c93d44a9ba
commit 01c1a44a32
+4 -4
View File
@@ -139,10 +139,10 @@ export default {
}
},
videoError(e) {
uni.showModal({
content: '网络错误,请稍后重试!',
showCancel: false
});
// uni.showModal({
// content: '网络错误,请稍后重试!',
// showCancel: false
// });
},
uploadFile(paths) {
const promises = paths.map((path) => {