xbx #245

Merged
theluyuan merged 2 commits from xbx into master 2020-12-09 03:01:59 +00:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit b3cf7846ac - Show all commits

View File

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

View File

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

View File

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