关于我
{{ userInfo.introduction ? userInfo.introduction : '该用户还未填写自我介绍,看看她的其他内容吧~' }}
基本信息
性别:{{ getSexName(userInfo.sex) }}
年龄:{{ computedAge(userInfo.birthday) }}
职业:{{ form.position }}
{{ `注册地址:${userInfo.province}-${userInfo.city}-${userInfo.region}` }}
{{ `年收入:${form.yearlyPay ? form.yearlyPay : '不限'}` }}
{{ `学历:${userInfo.education ? userInfo.education : '不限'}` }}
{{ `婚姻状况:${form.maritalStatus ? form.maritalStatus : '不限'}` }}
{{ `身高:${form.height ? form.height : '不限'}` }}
{{ `体重:${form.weight ? form.weight : '不限'}` }}
{{ `体型:${form.shape ? form.shape : '不限'}` }}
{{ `有无孩子:${form.hasChildren ? form.hasChildren : '不限'}` }}
{{ `是否想要孩子:${form.haveChild ? form.haveChild : '不限'}` }}
{{ `何时想结婚:${form.whenMarried ? form.whenMarried : '不限'}` }}
择偶信息
{{ `年龄:${form.ageMate ? form.ageMate : '不限'}` }}
{{ `身高:${form.heightMate ? form.heightMate : '不限'}` }}
{{ `体重:${form.weightMate ? form.weightMate : '不限'}` }}
{{ `年收入:${form.yearlyPayMate ? form.yearlyPayMate : '不限'}` }}
{{ `学历:${form.educationMate ? form.educationMate : '不限'}` }}
{{ `职业:${form.vocationMate ? form.vocationMate : '不限'}` }}
{{ `体型:${form.shapeMate ? form.shapeMate : '不限'}` }}
{{ `婚姻状况:${form.maritalStatusMate ? form.maritalStatusMate : '不限'}` }}
{{ `择偶区域:${form.provinceMate}-${form.cityMate}-${form.regionMate}` }}
{{ `有无孩子:${form.hasChildrenMate ? form.hasChildrenMate : '不限'}` }}
{{ `是否想要孩子:${form.haveChildMate ? form.haveChildMate : '不限'}` }}
{{ `是否吸烟:${form.isSmokingMate ? form.isSmokingMate : '不限'}` }}
{{ `是否喝酒:${form.isDrinkMate ? form.isDrinkMate : '不限'}` }}
{{ `是否有房:${form.hasCarMate ? form.hasCarMate : '不限'}` }}
{{ `是否有房:${form.hasHouseMate ? form.hasHouseMate : '不限'}` }}
{{ `何时想结婚:${form.whenMarriedMate ? form.whenMarriedMate : '不限'}` }}
兴趣爱好
Ta的形象照
{{ item.name }}
{{ item.submitText }}
{{ item.submitText }}