|
@@ -38,7 +38,7 @@
|
38
|
38
|
|
39
|
39
|
|
40
|
40
|
|
41
|
|
- <view class="Choice_dx_box" data-da="{{personacodel.data.age_max}}">
|
|
41
|
+ <!-- <view class="Choice_dx_box" data-da="{{personacodel.data.age_max}}">
|
42
|
42
|
<picker mode="multiSelector" bindchange="AgeEvent" value="{{AgeIndex}}" range="{{AgeArray}}">
|
43
|
43
|
<view class='Choice_dx c'>
|
44
|
44
|
<view class="Choice_dx_title">年龄要求</view>
|
|
@@ -58,11 +58,47 @@
|
58
|
58
|
|
59
|
59
|
</view>
|
60
|
60
|
</picker>
|
|
61
|
+ </view> -->
|
|
62
|
+
|
|
63
|
+ <view class="Choice_dx_box" data-da="{{AgeArray[0][AgeIndex[0]] +'-' + AgeArray[1][AgeIndex[1]]}}">
|
|
64
|
+ <picker mode="multiSelector" bindchange="AgeEvent" value="{{AgeIndex}}" range="{{AgeArray}}">
|
|
65
|
+ <view class='Choice_dx c'>
|
|
66
|
+ <view class="Choice_dx_title">年龄要求</view>
|
|
67
|
+
|
|
68
|
+ <view class="Choice_dx_text picker" wx:if='{{Ageid == 0}}'>
|
|
69
|
+
|
|
70
|
+ <!-- <block wx:if='{{personacodel.code == 201}}'>
|
|
71
|
+ {{AgeArray[0][AgeIndex[0]] +'-' + AgeArray[1][AgeIndex[1]] == '不限-以上' ? '无需求' : AgeArray[0][AgeIndex[0]] +'-' + AgeArray[1][AgeIndex[1]]}}
|
|
72
|
+ </block> -->
|
|
73
|
+
|
|
74
|
+ <!-- <block wx:else>无需求</block> -->
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+ {{AgeArray[0][AgeIndex[0]] && AgeArray[1][AgeIndex[1]] ?
|
|
78
|
+
|
|
79
|
+ ( AgeArray[0][AgeIndex[0]] +'-' + AgeArray[1][AgeIndex[1]] == '不限-以上' ?
|
|
80
|
+
|
|
81
|
+ '无需求' : AgeArray[0][AgeIndex[0]] +'-' + AgeArray[1][AgeIndex[1]] )
|
|
82
|
+
|
|
83
|
+ : '无需求'}}
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+ </view>
|
|
87
|
+
|
|
88
|
+ <view class="Choice_dx_text picker" wx:if='{{Ageid == 1}}'>
|
|
89
|
+ {{AgeArray[0][AgeIndex[0]] +'-' + AgeArray[1][AgeIndex[1]] == '不限-以上' ? '无需求' : AgeArray[0][AgeIndex[0]] +'-' + AgeArray[1][AgeIndex[1]]}}
|
|
90
|
+ </view>
|
|
91
|
+
|
|
92
|
+ </view>
|
|
93
|
+ </picker>
|
61
|
94
|
</view>
|
62
|
95
|
|
63
|
96
|
|
64
|
97
|
|
65
|
98
|
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
|
66
|
102
|
<view class="Choice_dx_box"> <!-- 住址 多项选择器 -->
|
67
|
103
|
<picker mode="multiSelector" range="{{multiArray}}" bindcolumnchange="columnchange" value="{{multiIndex}}" bindchange='pickchange'>
|
68
|
104
|
<view class='Choice_dx c'>
|
|
@@ -71,7 +107,7 @@
|
71
|
107
|
<view class='Choice_dx_text' >
|
72
|
108
|
|
73
|
109
|
<view class='right' wx:if="{{multiArray[2][multiIndex[2]] && step == 0}}">
|
74
|
|
- <text wx:if='{{personacodel.code == 201 && personacodel.data.city}}'>{{personal.city}}</text>
|
|
110
|
+ <text wx:if='{{personacodel.code == 201 && personacodel.data.city}}'>{{personal.select_city}}</text>
|
75
|
111
|
|
76
|
112
|
<text wx:else>无需求</text>
|
77
|
113
|
</view>
|
|
@@ -97,11 +133,22 @@
|
97
|
133
|
|
98
|
134
|
<view class="Choice_dx_text picker" wx:if='{{heightid == 0}}'>
|
99
|
135
|
|
100
|
|
- <block wx:if='{{personacodel.code == 201}}'>
|
|
136
|
+ <!-- <block wx:if='{{personacodel.code == 201}}'>
|
101
|
137
|
{{heightArray[0][heightindex[0]] +'-' + heightArray[1][heightindex[1]] == '不限-以上' ? '无需求' : heightArray[0][heightindex[0]] +'-' + heightArray[1][heightindex[1]]}}
|
102
|
138
|
</block>
|
103
|
139
|
|
104
|
|
- <block wx:else>无需求</block>
|
|
140
|
+ <block wx:else>无需求</block> -->
|
|
141
|
+
|
|
142
|
+ {{heightArray[0][heightindex[0]] && heightArray[1][heightindex[1]] ?
|
|
143
|
+
|
|
144
|
+ ( heightArray[0][heightindex[0]] +'-' + heightArray[1][heightindex[1]] == '不限-以上' ?
|
|
145
|
+
|
|
146
|
+ '无需求' : heightArray[0][heightindex[0]] +'-' + heightArray[1][heightindex[1]] )
|
|
147
|
+
|
|
148
|
+ : '无需求'}}
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
|
105
|
152
|
</view>
|
106
|
153
|
|
107
|
154
|
<view class="Choice_dx_text picker" wx:else>
|
|
@@ -116,7 +163,7 @@
|
116
|
163
|
|
117
|
164
|
|
118
|
165
|
|
119
|
|
-<view class="Choice_dx_box"> <!-- 婚史 单项选择器-->
|
|
166
|
+<view class="Choice_dx_box" data-asd="{{MarriageArray[Marriageindex]}}"> <!-- 婚史 单项选择器-->
|
120
|
167
|
<picker bindchange="MarriageEvent" value="{{Marriageindex}}" range="{{MarriageArray}}">
|
121
|
168
|
|
122
|
169
|
<view class='Choice_dx c'>
|
|
@@ -146,11 +193,23 @@
|
146
|
193
|
<view class="Choice_dx_title">收入要求</view>
|
147
|
194
|
|
148
|
195
|
<view class="Choice_dx_text picker" wx:if='{{incomeid == 0}}'>
|
149
|
|
- <block wx:if='{{personacodel.code == 201}}'>
|
|
196
|
+ <!-- <block wx:if='{{personacodel.code == 201}}'>
|
150
|
197
|
{{incomeArray[0][incomeindex[0]] +'-' + incomeArray[1][incomeindex[1]] == '不限-以上' ? '无需求' : incomeArray[0][incomeindex[0]] +'-' + incomeArray[1][incomeindex[1]]}}
|
151
|
198
|
</block>
|
152
|
199
|
|
153
|
|
- <block wx:else>无需求</block>
|
|
200
|
+ <block wx:else>无需求</block> -->
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+ {{incomeArray[0][incomeindex[0]] && incomeArray[1][incomeindex[1]] ?
|
|
204
|
+
|
|
205
|
+ ( incomeArray[0][incomeindex[0]] +'-' + incomeArray[1][incomeindex[1]] == '不限-以上' ?
|
|
206
|
+
|
|
207
|
+ '无需求' : incomeArray[0][incomeindex[0]] +'-' + incomeArray[1][incomeindex[1]] )
|
|
208
|
+
|
|
209
|
+ : '无需求'}}
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
|
154
|
213
|
</view>
|
155
|
214
|
|
156
|
215
|
<view class="Choice_dx_text picker" wx:else>
|