From d36a41b103b9d550b68f20a45d68b0bf6f076246 Mon Sep 17 00:00:00 2001 From: woody Date: Wed, 28 May 2025 11:03:00 +0800 Subject: [PATCH] =?UTF-8?q?feat(ticket):=20=E7=A7=BB=E9=99=A4=E8=B4=AD?= =?UTF-8?q?=E7=A5=A8=E9=BB=98=E8=AE=A4=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/ticket/buy.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/ticket/buy.vue b/pages/ticket/buy.vue index 31b964e..9ebb5ee 100644 --- a/pages/ticket/buy.vue +++ b/pages/ticket/buy.vue @@ -253,14 +253,14 @@ export default { price: '', buyerList: [ { - name: 'aa', - phone: '13333333333', - idCard: '123123', + name: '', + phone: '', + idCard: '', sexIndex: 1, sex: 1, - clothSize: '175/92A', - cohabitant: '13333333333', - emergencyPhone: '13333333333', + clothSize: '', + cohabitant: '', + emergencyPhone: '', }, ], sexOptions: ['男', '女'],