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 }