正在显示
2 个修改的文件
包含
25 行增加
和
13 行删除
... | ... | @@ -107,11 +107,12 @@ |
107 | 107 | </view> --> |
108 | 108 | <template is="picker_cell_normal" data="{{...birthDate}}" /> |
109 | 109 | <view class="divide_line"></view> |
110 | - <view class='item_body'> | |
110 | + <!-- <view class='item_body'> | |
111 | 111 | <text class='text_666_28 float_left'>职业</text> |
112 | 112 | <image class='arrow_wrap' src='/images/arrow_right.png'></image> |
113 | - <text class='text_333_28 float_right'>经理</text> | |
114 | - </view> | |
113 | + <text class='text_333_28 float_right'></text> | |
114 | + </view> --> | |
115 | + <template is="picker_cell_normal" data="{{...professionData}}" /> | |
115 | 116 | <view class="divide_line"></view> |
116 | 117 | <!-- <view class='item_body'> |
117 | 118 | <text class='text_666_28 float_left'>学历</text> |
... | ... | @@ -249,26 +250,29 @@ |
249 | 250 | |
250 | 251 | <view class='data_list'> |
251 | 252 | <view class='data_item'> |
252 | - <view class='item_body'> | |
253 | + <!-- <view class='item_body'> | |
253 | 254 | <text style='color:red;font-size: 28rpx;line-height: 80rpx;float:left'>*</text> |
254 | 255 | <text class='text_black_28 float_left'>是否股东、投资者</text> |
255 | 256 | <image class='arrow_wrap' src='/images/arrow_right.png'></image> |
256 | 257 | <text class='text_333_28 float_right'>是</text> |
257 | - </view> | |
258 | + </view> --> | |
259 | + <template is="picker_cell_normal" data="{{...investInfo}}" /> | |
258 | 260 | <view class="divide_line"></view> |
259 | - <view class='item_body'> | |
261 | + <!-- <view class='item_body'> | |
260 | 262 | <text style='color:red;font-size: 28rpx;line-height: 80rpx;float:left'>*</text> |
261 | 263 | <text class='text_black_28 float_left'>是否特定行业</text> |
262 | 264 | <image class='arrow_wrap' src='/images/arrow_right.png'></image> |
263 | 265 | <text class='text_333_28 float_right'></text> |
264 | - </view> | |
266 | + </view> --> | |
267 | + <template is="picker_cell_normal" data="{{...professionInfo}}" /> | |
265 | 268 | <view hidden='{{!isshow03}}'> |
266 | 269 | <view class="divide_line"></view> |
267 | - <view class='item_body'> | |
270 | + <!-- <view class='item_body'> | |
268 | 271 | <text class='text_666_28 float_left'>是否雇员</text> |
269 | 272 | <image class='arrow_wrap' src='/images/arrow_right.png'></image> |
270 | 273 | <text class='text_333_28 float_right'></text> |
271 | - </view> | |
274 | + </view> --> | |
275 | + <template is="picker_cell_normal" data="{{...employeeInfo}}" /> | |
272 | 276 | <view class="divide_line"></view> |
273 | 277 | <view class='item_body'> |
274 | 278 | <text class='text_666_28 float_left'>公司股本总额</text> |
... | ... | @@ -283,22 +287,24 @@ |
283 | 287 | <template is="picker_cell_normal" data="{{...startDate}}" /> |
284 | 288 | |
285 | 289 | <view class="divide_line"></view> |
286 | - <view class='item_body'> | |
290 | + <!-- <view class='item_body'> | |
287 | 291 | <text class='text_666_28 float_left'>离职日期</text> |
288 | 292 | <image class='arrow_wrap' src='/images/arrow_right.png'></image> |
289 | 293 | <text class='text_333_28 float_right'></text> |
290 | - </view> | |
294 | + </view> --> | |
295 | + <template is="picker_cell_normal" data="{{...endDate}}" /> | |
291 | 296 | <view class="divide_line"></view> |
292 | 297 | <view class='item_body'> |
293 | 298 | <text class='text_666_28 float_left'>工号</text> |
294 | 299 | <input class='input_wrap float_right'></input> |
295 | 300 | </view> |
296 | 301 | <view class="divide_line"></view> |
297 | - <view class='item_body'> | |
302 | + <!-- <view class='item_body'> | |
298 | 303 | <text class='text_666_28 float_left'>是否天使投资个人</text> |
299 | 304 | <image class='arrow_wrap' src='/images/arrow_right.png'></image> |
300 | 305 | <text class='text_333_28 float_right'></text> |
301 | - </view> | |
306 | + </view> --> | |
307 | + <template is="picker_cell_normal" data="{{...investpersonalInfo}}" /> | |
302 | 308 | <view class="divide_line"></view> |
303 | 309 | <view class='item_body'> |
304 | 310 | <text class='text_666_28 float_left'>个人投资总额</text> | ... | ... |
请
注册
或
登录
后发表评论