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