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