姓名
性别
{{sex.index === null ? '请选择性别' : sex.data[sex.index].name}}
生日
{{birthday.value ? birthday.label : '请选择生日'}}
手机号
{{phone}}
身高
{{height.index === null ? '请选择身高' : height.data[height.index] + ' cm'}}
体重
{{weight.index === null ? '请选择体重' : weight.data[weight.index] + ' kg'}}
确定