123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319 |
- <!-- <view hidden="{{viewhiddenName}}"> -->
- <!-- 填写资料 -->
- <view class='data_box'>
- <!-- 姓名 -->
- <!-- <view class='data_name c'>
- <text>我的姓名</text>
- <input type='text' placeholder="填写您的姓名" bindinput="getPhone" value="{{personal.nickname}}"></input>
- </view> -->
- <!-- 性别 单项选择器-->
- <!-- <view class="Choice_dx_box" >
- <picker bindchange="GenderEvent" value="{{index}}" range="{{selectArray}}">
-
- <view class='Choice_dx c'>
- <view class="Choice_dx_title">我想找对象</view>
- <view class='Choice_dx_text' wx:if='{{personacodel.code == 201}}'>
-
- {{selectArray[index] ? selectArray[index] : personal.sex}}
-
-
- </view>
- <view class='Choice_dx_text' wx:else>
-
- {{selectArray[index] ? selectArray[index] : "请选择"}}
-
- </view>
-
- </view>
- </picker>
- </view> -->
- <!-- <view class="Choice_dx_box" data-da="{{personacodel.data.age_max}}">
- <picker mode="multiSelector" bindchange="AgeEvent" value="{{AgeIndex}}" range="{{AgeArray}}">
- <view class='Choice_dx c'>
- <view class="Choice_dx_title">年龄要求</view>
- <view class="Choice_dx_text picker" wx:if='{{Ageid == 0}}'>
- <block wx:if='{{personacodel.code == 201}}'>
- {{AgeArray[0][AgeIndex[0]] +'-' + AgeArray[1][AgeIndex[1]] == '不限-以上' ? '无需求' : AgeArray[0][AgeIndex[0]] +'-' + AgeArray[1][AgeIndex[1]]}}
- </block>
- <block wx:else>无需求</block>
- </view>
- <view class="Choice_dx_text picker" wx:if='{{Ageid == 1}}'>
- {{AgeArray[0][AgeIndex[0]] +'-' + AgeArray[1][AgeIndex[1]] == '不限-以上' ? '无需求' : AgeArray[0][AgeIndex[0]] +'-' + AgeArray[1][AgeIndex[1]]}}
- </view>
- </view>
- </picker>
- </view> -->
- <view class="Choice_dx_box" data-da="{{AgeArray[0][AgeIndex[0]] +'-' + AgeArray[1][AgeIndex[1]]}}">
- <picker mode="multiSelector" bindchange="AgeEvent" value="{{AgeIndex}}" range="{{AgeArray}}">
- <view class='Choice_dx c'>
- <view class="Choice_dx_title">年龄要求</view>
- <view class="Choice_dx_text picker" wx:if='{{Ageid == 0}}'>
- <!-- <block wx:if='{{personacodel.code == 201}}'>
- {{AgeArray[0][AgeIndex[0]] +'-' + AgeArray[1][AgeIndex[1]] == '不限-以上' ? '无需求' : AgeArray[0][AgeIndex[0]] +'-' + AgeArray[1][AgeIndex[1]]}}
- </block> -->
- <!-- <block wx:else>无需求</block> -->
-
- {{AgeArray[0][AgeIndex[0]] && AgeArray[1][AgeIndex[1]] ?
- ( AgeArray[0][AgeIndex[0]] +'-' + AgeArray[1][AgeIndex[1]] == '不限-以上' ?
- '无需求' : AgeArray[0][AgeIndex[0]] +'-' + AgeArray[1][AgeIndex[1]] )
- : '无需求'}}
- </view>
- <view class="Choice_dx_text picker" wx:if='{{Ageid == 1}}'>
- {{AgeArray[0][AgeIndex[0]] +'-' + AgeArray[1][AgeIndex[1]] == '不限-以上' ? '无需求' : AgeArray[0][AgeIndex[0]] +'-' + AgeArray[1][AgeIndex[1]]}}
- </view>
- </view>
- </picker>
- </view>
- <view class="Choice_dx_box"> <!-- 住址 多项选择器 -->
- <picker mode="multiSelector" range="{{multiArray}}" bindcolumnchange="columnchange" value="{{multiIndex}}" bindchange='pickchange'>
- <view class='Choice_dx c'>
- <view class="Choice_dx_title">居住地</view>
- <view class='Choice_dx_text' >
-
- <view class='right' wx:if="{{multiArray[2][multiIndex[2]] && step == 0}}">
- <text wx:if='{{personacodel.code == 201 && personacodel.data.city}}'>{{personal.select_city}}</text>
- <text wx:else>无需求</text>
- </view>
- <view class="picker c" wx:if="{{multiArray[0][multiIndex[0]] && step == 1}}">
- {{multiArray[0][multiIndex[0]]}}-{{multiArray[1][multiIndex[1]]}}-{{multiArray[2][multiIndex[2]]}}
- </view>
-
- </view>
-
- </view>
- </picker>
- </view>
- <!-- 身高 双选-->
- <view class="Choice_dx_box">
- <picker mode="multiSelector" bindchange="heightEvent" value="{{heightindex}}" range="{{heightArray}}">
- <view class='Choice_dx c'>
- <view class="Choice_dx_title">身高</view>
- <view class="Choice_dx_text picker" wx:if='{{heightid == 0}}'>
- <!-- <block wx:if='{{personacodel.code == 201}}'>
- {{heightArray[0][heightindex[0]] +'-' + heightArray[1][heightindex[1]] == '不限-以上' ? '无需求' : heightArray[0][heightindex[0]] +'-' + heightArray[1][heightindex[1]]}}
- </block>
-
- <block wx:else>无需求</block> -->
- {{heightArray[0][heightindex[0]] && heightArray[1][heightindex[1]] ?
- ( heightArray[0][heightindex[0]] +'-' + heightArray[1][heightindex[1]] == '不限-以上' ?
- '无需求' : heightArray[0][heightindex[0]] +'-' + heightArray[1][heightindex[1]] )
- : '无需求'}}
- </view>
- <view class="Choice_dx_text picker" wx:else>
- {{heightArray[0][heightindex[0]] +'-' + heightArray[1][heightindex[1]] == '不限-以上' ? '无需求' : heightArray[0][heightindex[0]] +'-' + heightArray[1][heightindex[1]]}}
- </view>
- </view>
- </picker>
- </view>
- <!-- 婚史 单项选择器-->
- <!-- <view class="Choice_dx_box" data-asd="{{MarriageArray[Marriageindex]}}">
- <picker bindchange="MarriageEvent" value="{{Marriageindex}}" range="{{MarriageArray}}">
-
- <view class='Choice_dx c'>
- <view class="Choice_dx_title">婚史</view>
- <view class='Choice_dx_text' wx:if='{{personacodel.code == 201 && personacodel.data.marry}}'>
-
- {{MarriageArray[Marriageindex] == '不限' ? '无需求' : MarriageArray[Marriageindex]}}
-
- </view>
- <view class='Choice_dx_text' wx:else>
-
- {{MarriageArray[Marriageindex] ? MarriageArray[Marriageindex] : "无需求"}}
-
- </view>
-
- </view>
- </picker>
- </view> -->
- <!-- 收入 双选-->
- <view class="Choice_dx_box">
- <picker mode="multiSelector" bindchange="incomeEvent" value="{{incomeindex}}" range="{{incomeArray}}">
- <view class='Choice_dx c'>
- <view class="Choice_dx_title">收入要求</view>
- <view class="Choice_dx_text picker" wx:if='{{incomeid == 0}}'>
- <!-- <block wx:if='{{personacodel.code == 201}}'>
- {{incomeArray[0][incomeindex[0]] +'-' + incomeArray[1][incomeindex[1]] == '不限-以上' ? '无需求' : incomeArray[0][incomeindex[0]] +'-' + incomeArray[1][incomeindex[1]]}}
- </block>
-
- <block wx:else>无需求</block> -->
- {{incomeArray[0][incomeindex[0]] && incomeArray[1][incomeindex[1]] ?
- ( incomeArray[0][incomeindex[0]] +'-' + incomeArray[1][incomeindex[1]] == '不限-以上' ?
- '无需求' : incomeArray[0][incomeindex[0]] +'-' + incomeArray[1][incomeindex[1]] )
- : '无需求'}}
- </view>
- <view class="Choice_dx_text picker" wx:else>
- {{incomeArray[0][incomeindex[0]] +'-' + incomeArray[1][incomeindex[1]] == '不限-以上' ? '无需求' : incomeArray[0][incomeindex[0]] +'-' + incomeArray[1][incomeindex[1]]}}
- </view>
- </view>
- </picker>
- </view>
- <view class="Choice_dx_box" data-id="{{EducationArray[Educationindex].name}}"> <!-- 学历 单项选择器-->
- <picker bindchange="EducationEvent" value="{{Educationindex}}" range="{{EducationArray}}" range-key="name">
-
- <view class='Choice_dx c'>
- <view class="Choice_dx_title">学历</view>
- <view class='Choice_dx_text' wx:if='{{personacodel.code == 201}}'>
-
- {{EducationArray[Educationindex].name == '不限' ? '无需求' : EducationArray[Educationindex].name}}
-
- </view>
- <view class='Choice_dx_text' wx:else>
-
- {{EducationArray[Educationindex].name ? EducationArray[Educationindex].name : "无需求"}}
-
- </view>
-
- </view>
- </picker>
- </view>
- <view class="Choice_dx_box" data-asd="{{personacodel.data.occupation}}"> <!-- 职业 单项选择器-->
- <picker bindchange="OccupationEvent" value="{{Occupationindex}}" range="{{OccupationArray}}" range-key="name">
-
- <view class='Choice_dx c'>
- <view class="Choice_dx_title">职业要求</view>
- <view class='Choice_dx_text' wx:if='{{personacodel.code == 201}}'>
-
- {{OccupationArray[Occupationindex].name == '不限' ? '无需求' : OccupationArray[Occupationindex].name}}
-
- </view>
- <view class='Choice_dx_text' wx:else>
-
- {{OccupationArray[Occupationindex].name ? OccupationArray[Occupationindex].name : "无需求"}}
-
- </view>
-
- </view>
- </picker>
- </view>
- <!-- 允许有意者联系我 单项选择器-->
- <!-- <view class="Choice_dx_box">
- <picker bindchange="contactEvent" value="{{contactindex}}" range="{{contactArray}}" range-key="area_name">
-
- <view class='Choice_dx c'>
- <view class="Choice_dx_title">允许有意者联系我</view>
- <view class='Choice_dx_text' >
-
- {{contactArray[contactindex].area_name ? contactArray[contactindex].area_name : "请选择"}}
-
- </view>
-
- </view>
- </picker>
- </view>
- -->
-
- <!-- 年龄双选 -->
- <!-- <view class="Choice_dx_box">
- <picker mode="multiSelector" bindchange="AgeEvent1" value="{{Ageindex}}" range="{{AgeArray}}">
- <view class='Choice_dx c'>
- <view class="Choice_dx_title">年龄要求</view>
- <view class="Choice_dx_text picker">
- {{AgeArray[0][Ageindex[0]]}}-{{AgeArray[1][Ageindex[1]]}}
-
- </view>
- </view>
- </picker>
- </view> -->
- <view class='NextStep' bindtap='register'>保存</view>
- </view>
- <!-- </view> -->
|