Browse Source

上传代码

master
前端-胡立永 10 months ago
parent
commit
654b850dcb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pages_mine/publish/addWorks.vue

+ 1
- 1
pages_mine/publish/addWorks.vue View File

@ -253,7 +253,7 @@
title : this.form.title, title : this.form.title,
context : this.form.context,// context : this.form.context,//
state : 0,
vod : this.fileList.map((item) => item.url).join(","), vod : this.fileList.map((item) => item.url).join(","),
image : this.fileListImage.map((item) => item.url).join(","), image : this.fileListImage.map((item) => item.url).join(","),
} }


Loading…
Cancel
Save