feat(ticket): 移除购票默认值
This commit is contained in:
parent
8e088b5e47
commit
76042fddfa
|
@ -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: ['男', '女'],
|
||||
|
|
Loading…
Reference in New Issue