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