年龄要求
{{AgeArray[0][AgeIndex[0]] && AgeArray[1][AgeIndex[1]] ?
( AgeArray[0][AgeIndex[0]] +'-' + AgeArray[1][AgeIndex[1]] == '不限-以上' ?
'无需求' : AgeArray[0][AgeIndex[0]] +'-' + AgeArray[1][AgeIndex[1]] )
: '无需求'}}
{{AgeArray[0][AgeIndex[0]] +'-' + AgeArray[1][AgeIndex[1]] == '不限-以上' ? '无需求' : AgeArray[0][AgeIndex[0]] +'-' + AgeArray[1][AgeIndex[1]]}}
居住地
{{personal.select_city}}
无需求
{{multiArray[0][multiIndex[0]]}}-{{multiArray[1][multiIndex[1]]}}-{{multiArray[2][multiIndex[2]]}}
身高
{{heightArray[0][heightindex[0]] && heightArray[1][heightindex[1]] ?
( heightArray[0][heightindex[0]] +'-' + heightArray[1][heightindex[1]] == '不限-以上' ?
'无需求' : heightArray[0][heightindex[0]] +'-' + heightArray[1][heightindex[1]] )
: '无需求'}}
{{heightArray[0][heightindex[0]] +'-' + heightArray[1][heightindex[1]] == '不限-以上' ? '无需求' : heightArray[0][heightindex[0]] +'-' + heightArray[1][heightindex[1]]}}
婚史
{{MarriageArray[Marriageindex] == '不限' ? '无需求' : MarriageArray[Marriageindex]}}
{{MarriageArray[Marriageindex] ? MarriageArray[Marriageindex] : "无需求"}}
收入要求
{{incomeArray[0][incomeindex[0]] && incomeArray[1][incomeindex[1]] ?
( incomeArray[0][incomeindex[0]] +'-' + incomeArray[1][incomeindex[1]] == '不限-以上' ?
'无需求' : incomeArray[0][incomeindex[0]] +'-' + incomeArray[1][incomeindex[1]] )
: '无需求'}}
{{incomeArray[0][incomeindex[0]] +'-' + incomeArray[1][incomeindex[1]] == '不限-以上' ? '无需求' : incomeArray[0][incomeindex[0]] +'-' + incomeArray[1][incomeindex[1]]}}
学历
{{EducationArray[Educationindex].name == '不限' ? '无需求' : EducationArray[Educationindex].name}}
{{EducationArray[Educationindex].name ? EducationArray[Educationindex].name : "无需求"}}
职业要求
{{OccupationArray[Occupationindex].name == '不限' ? '无需求' : OccupationArray[Occupationindex].name}}
{{OccupationArray[Occupationindex].name ? OccupationArray[Occupationindex].name : "无需求"}}
保存