This commit is contained in:
faiz 2024-07-31 10:26:21 +08:00
parent c14215cf85
commit 8ea9cdafa6
1 changed files with 2 additions and 2 deletions

View File

@ -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 =