fileid = ""

This commit is contained in:
theluyuan 2020-12-09 11:00:54 +08:00
parent b3cc320dfa
commit b3cf7846ac
3 changed files with 3 additions and 3 deletions

View File

@ -46,7 +46,7 @@ export default createStore({
uid: "",
updatedAt: "",
video: "",
videoid: 0,
videoid: "",
willsay: [{name: "请选择", level: 0}],
willsayValue: [{name: "0", level: 0}],
zoneStr: "中途岛GMT-11:00",

View File

@ -6,7 +6,7 @@ interface OnFunctio {
}
interface UploaderDone {
fileId: number;
fileId: string;
video: {
url: string;
verify_content: string;

View File

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