From 092269155197451ab9232001bf3b72fbad509c75 Mon Sep 17 00:00:00 2001 From: jiazhipeng Date: Sat, 14 Sep 2024 13:16:02 +0800 Subject: [PATCH] 1 --- subPackages/ticketBooking/order.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subPackages/ticketBooking/order.vue b/subPackages/ticketBooking/order.vue index 737e468..bc033ed 100644 --- a/subPackages/ticketBooking/order.vue +++ b/subPackages/ticketBooking/order.vue @@ -544,7 +544,7 @@ // 如果没有出行人 打开新增弹窗 if (this.addressList.length<=0) { - this.changeAddressAddPopup('open') + this.changeAddressAddPopup('open',{}) return }