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