上传videoid

This commit is contained in:
2020-11-13 17:21:16 +08:00
parent 25c2f49576
commit d1a3115ed4
5 changed files with 6 additions and 3 deletions

View File

@@ -932,6 +932,7 @@ export default defineComponent({
uploadprogress.value = info.percent.toFixed(2) * 100;
});
userinfo.value.video = res.video.url;
userinfo.value.videoid = res.fileId;
}
if (formData.value.video != "") {

View File

@@ -257,7 +257,7 @@ export default defineComponent({
const form = ref({
title: "",
img: "",
fileid: "",
fileid: 0,
fileurl: "",
fileduration: 0,
dateline: "",