feat(ticket): 移除购票默认值

This commit is contained in:
woody 2025-05-28 11:03:00 +08:00
parent 3a7d66807f
commit d36a41b103
1 changed files with 6 additions and 6 deletions

View File

@ -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: ['男', '女'],