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

This commit is contained in:
woody 2025-05-28 11:03:00 +08:00
parent 8e088b5e47
commit 76042fddfa
1 changed files with 6 additions and 6 deletions

View File

@ -253,14 +253,14 @@ export default {
price: '', price: '',
buyerList: [ buyerList: [
{ {
name: 'aa', name: '',
phone: '13333333333', phone: '',
idCard: '123123', idCard: '',
sexIndex: 1, sexIndex: 1,
sex: 1, sex: 1,
clothSize: '175/92A', clothSize: '',
cohabitant: '13333333333', cohabitant: '',
emergencyPhone: '13333333333', emergencyPhone: '',
}, },
], ],
sexOptions: ['男', '女'], sexOptions: ['男', '女'],