修改
This commit is contained in:
parent
d938ee8d0c
commit
ef854258a0
@ -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
|
||||
}
|
||||
],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user