海妖
海妖
  • 发布:2021-01-30 18:22
  • 更新:2021-01-30 18:53
  • 阅读:636

上传视频提示文件存在是什么原因

分类:uni-app

uni.chooseVideo({
count: 1,
extension: ['mp4'],
success:(res)=>{
this.LTY.go({
isCheckLogin:true,
url:'/pages/community/post_goods?file='+JSON.stringify(res)
});
},
fail:(e)=>{
console.log(e);
uni.showModal({
content:JSON.stringify(e)
})
}
});

2021-01-30 18:22 负责人:无 分享
已邀请:
DCloud_UNI_Anne

DCloud_UNI_Anne

  • 海妖 (作者)

    谢谢,收到,该贴目前也没有找出问题吗

    2021-01-30 21:44

该问题目前已经被锁定, 无法添加新回复