This commit is contained in:
parent
c14215cf85
commit
8ea9cdafa6
|
@ -513,8 +513,8 @@ export default {
|
|||
} else {
|
||||
this.anchors = { ...item };
|
||||
}
|
||||
this.anchors.img_zip = img_zip;
|
||||
this.anchors.trip_zip = trip_zip;
|
||||
this.anchors.img_zip = item.img_zip;
|
||||
this.anchors.trip_zip = item.trip_zip;
|
||||
// this.anchors.img_zip =
|
||||
// typeof item.img_zip == "string" ? [item.img_zip] : item.img_zip;
|
||||
// this.anchors.trip_zip =
|
||||
|
|
Loading…
Reference in New Issue