|
...
|
...
|
@@ -6,7 +6,7 @@ |
|
6
|
6
|
<view class="divide_line"></view>
|
|
7
|
7
|
<!-- 基本信息 -->
|
|
8
|
8
|
<view class='head_wrap' bindtap='span' id='1'>
|
|
9
|
|
- <text class='head_text_wrap1'>基本信息</text>
|
|
|
9
|
+ <text class='head_text_wrap1'>基础信息</text>
|
|
10
|
10
|
<text class='head_text_wrap2' hidden='{{!isshow01}}'>(点击收起非必填选项)</text>
|
|
11
|
11
|
<text class='head_text_wrap2' hidden='{{isshow01}}'>(点击展开非必填选项)</text>
|
|
12
|
12
|
<view style='float:right' wx:if='{{isshow01}}'>
|
|
...
|
...
|
@@ -21,6 +21,19 @@ |
|
21
|
21
|
</view>
|
|
22
|
22
|
<view class='data_list'>
|
|
23
|
23
|
<view class='data_item'>
|
|
|
24
|
+ <template is="picker_cell_normal" data="{{...cardtypeData}}" />
|
|
|
25
|
+ <view class="divide_line_30"></view>
|
|
|
26
|
+
|
|
|
27
|
+ <view class='item_body'>
|
|
|
28
|
+ <text class='red_star_right_10'>*</text>
|
|
|
29
|
+ <text class='text_777_30 float_left' style='line-height: 90rpx'>证照号码</text>
|
|
|
30
|
+ <view>
|
|
|
31
|
+ <image wx:if="{{isIdCard}}" class='image_camera float_right' src='/images/camera.png' bindtap='getIdInfo' hidden="{{taxInfo.certification_status=='active'}}"></image>
|
|
|
32
|
+ <input class='input_wrap float_right' disabled="{{taxInfo.certification_status=='active'}}" placeholder="请输入证照号码" value="{{card_number}}" name='id_card_no' maxlength='18' bindblur='idcardblur' bindinput = 'bindinputcardnum'></input>
|
|
|
33
|
+ <!-- <input class='input_wrap float_right' hidden="{{taxInfo.certification_status=='active'}}" placeholder="请输入证照号码" value='{{card_number}}' name='id_card_no' maxlength='18' bindblur='idcardblur' bindinput = 'bindinputcardnum'></input>
|
|
|
34
|
+ <input class='input_wrap float_right' hidden="{{taxInfo.certification_status!='active'}}" placeholder="{{card_number?card_number:'身份证号获取失败'}}" name='id_card_no' disabled='true'></input> -->
|
|
|
35
|
+ </view>
|
|
|
36
|
+ </view>
|
|
24
|
37
|
<view class='item_body' hidden="{{!isself}}">
|
|
25
|
38
|
<text class='red_star_right_10'>*</text>
|
|
26
|
39
|
<text class='text_777_30 float_left' style='line-height: 90rpx'>姓名</text>
|
|
...
|
...
|
@@ -32,7 +45,7 @@ |
|
32
|
45
|
|
|
33
|
46
|
<view class='item_body'>
|
|
34
|
47
|
<text class='red_star_right_10'>*</text>
|
|
35
|
|
- <text class='text_777_30 float_left' style='line-height: 90rpx'>国籍(地区)</text>
|
|
|
48
|
+ <text class='text_777_30 float_left' style='line-height: 90rpx'>国籍</text>
|
|
36
|
49
|
<text class='text_black_30 float_right' style='line-height: 90rpx'>中国</text>
|
|
37
|
50
|
</view>
|
|
38
|
51
|
<view class="divide_line_30"></view>
|
|
...
|
...
|
@@ -48,19 +61,7 @@ |
|
48
|
61
|
<text class='text_black_30 float_right' style='line-height: 90rpx'>否</text>
|
|
49
|
62
|
</view>
|
|
50
|
63
|
<view class="divide_line_30"></view>
|
|
51
|
|
- <template is="picker_cell_normal" data="{{...cardtypeData}}" />
|
|
52
|
|
- <view class="divide_line_30"></view>
|
|
53
|
|
-
|
|
54
|
|
- <view class='item_body'>
|
|
55
|
|
- <text class='red_star_right_10'>*</text>
|
|
56
|
|
- <text class='text_777_30 float_left' style='line-height: 90rpx'>证照号码</text>
|
|
57
|
|
- <view>
|
|
58
|
|
- <image wx:if="{{isIdCard}}" class='image_camera float_right' src='/images/camera.png' bindtap='getIdInfo' hidden="{{taxInfo.certification_status=='active'}}"></image>
|
|
59
|
|
- <input class='input_wrap float_right' disabled="{{taxInfo.certification_status=='active'}}" placeholder="请输入证照号码" value="{{card_number}}" name='id_card_no' maxlength='18' bindblur='idcardblur' bindinput = 'bindinputcardnum'></input>
|
|
60
|
|
- <!-- <input class='input_wrap float_right' hidden="{{taxInfo.certification_status=='active'}}" placeholder="请输入证照号码" value='{{card_number}}' name='id_card_no' maxlength='18' bindblur='idcardblur' bindinput = 'bindinputcardnum'></input>
|
|
61
|
|
- <input class='input_wrap float_right' hidden="{{taxInfo.certification_status!='active'}}" placeholder="{{card_number?card_number:'身份证号获取失败'}}" name='id_card_no' disabled='true'></input> -->
|
|
62
|
|
- </view>
|
|
63
|
|
- </view>
|
|
|
64
|
+
|
|
64
|
65
|
<view hidden='{{!isshow01}}'>
|
|
65
|
66
|
<view class="divide_line_30"></view>
|
|
66
|
67
|
<template is="picker_cell_normal" data="{{...genderData}}" />
|
...
|
...
|
|