This commit is contained in:
曹辉 2023-03-29 10:11:19 +08:00
parent d938ee8d0c
commit ef854258a0

View File

@ -656,8 +656,8 @@ export default {
addPictureUrl() { addPictureUrl() {
this.idd++; this.idd++;
var obj = { var obj = {
posterPictureUrl: "", posterPictureUrl: null,
jumpType: "", jumpType: null,
idd: this.idd idd: this.idd
}; };
if (this.form.posterPictureUrlLists.length >= 5) { if (this.form.posterPictureUrlLists.length >= 5) {
@ -821,8 +821,8 @@ export default {
this.form = { this.form = {
posterPictureUrlLists: [ posterPictureUrlLists: [
{ {
posterPictureUrl: "", posterPictureUrl: null,
jumpType: "", jumpType: null,
idd: this.idd idd: this.idd
} }
], ],