From 10ef423dec08e3032b1b2e12ea2693a1b8625e7e Mon Sep 17 00:00:00 2001 From: jiazhipeng Date: Thu, 5 Sep 2024 09:46:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- compoents/addressAdd.vue | 15 + compoents/contactAdd.vue | 265 ++++++ subPackages/techan/order.vue | 2 +- subPackages/ticketBooking/detail.vue | 166 ++-- subPackages/ticketBooking/order.vue | 1321 +++++++++++++++++++++----- 5 files changed, 1474 insertions(+), 295 deletions(-) create mode 100644 compoents/contactAdd.vue diff --git a/compoents/addressAdd.vue b/compoents/addressAdd.vue index c8a527a..998d7f2 100644 --- a/compoents/addressAdd.vue +++ b/compoents/addressAdd.vue @@ -70,7 +70,22 @@ }, methods: { init(option) { + this.id = null + this.username = '' + this.mobile = '' + this.citySeld = '' + this.detailAddr = '' + this.idDefault = false + this.province = null + this.city = null + this.area = '' + this.provinceId = null + this.cityId = null + this.areaId = null + this.multiIndex = [0, 0, 0] this.id = option.id + + if (option.id > 0) { this.title = '编辑收货地址' this.getDetail() diff --git a/compoents/contactAdd.vue b/compoents/contactAdd.vue new file mode 100644 index 0000000..c96cfa0 --- /dev/null +++ b/compoents/contactAdd.vue @@ -0,0 +1,265 @@ + + + + + diff --git a/subPackages/techan/order.vue b/subPackages/techan/order.vue index 2dcf995..6c21c36 100644 --- a/subPackages/techan/order.vue +++ b/subPackages/techan/order.vue @@ -184,7 +184,7 @@ 取消 - 添加收货地址 + {{addressTitle}} 保存 diff --git a/subPackages/ticketBooking/detail.vue b/subPackages/ticketBooking/detail.vue index 585ed3e..e000f38 100644 --- a/subPackages/ticketBooking/detail.vue +++ b/subPackages/ticketBooking/detail.vue @@ -58,7 +58,7 @@ - + 预订须知 > @@ -78,7 +78,7 @@ 介绍 - + @@ -86,12 +86,12 @@