|
@@ -13,7 +13,7 @@ |
|
@@ -13,7 +13,7 @@ |
13
|
<view class='item_body'>
|
13
|
<view class='item_body'>
|
14
|
<text style='color:red;font-size: 28rpx;line-height: 80rpx;float:left'>*</text>
|
14
|
<text style='color:red;font-size: 28rpx;line-height: 80rpx;float:left'>*</text>
|
15
|
<text class='text_black_28 float_left'>姓名</text>
|
15
|
<text class='text_black_28 float_left'>姓名</text>
|
16
|
- <input class='input_wrap float_right' placeholder='请填写姓名' name='name' disabled="{{taxInfo.real_auth_status=='active'}}" value='{{name}}'></input>
|
16
|
+ <input class='input_wrap float_right' placeholder="{{taxInfo.real_auth_status=='active'&&name?name:'请输入姓名'}}" name='name' disabled="{{taxInfo.real_auth_status=='active'}}" ></input>
|
17
|
</view>
|
17
|
</view>
|
18
|
<view class="divide_line"></view>
|
18
|
<view class="divide_line"></view>
|
19
|
<!-- <view class='item_body' bindtap='openpicker'>
|
19
|
<!-- <view class='item_body' bindtap='openpicker'>
|
|
@@ -46,7 +46,7 @@ |
|
@@ -46,7 +46,7 @@ |
46
|
<view class='item_body' hidden="{{!isself}}">
|
46
|
<view class='item_body' hidden="{{!isself}}">
|
47
|
<text style='color:red;font-size: 28rpx;line-height: 80rpx;float:left'>*</text>
|
47
|
<text style='color:red;font-size: 28rpx;line-height: 80rpx;float:left'>*</text>
|
48
|
<text class='text_black_28 float_left'>姓名</text>
|
48
|
<text class='text_black_28 float_left'>姓名</text>
|
49
|
- <input class='input_wrap float_right' placeholder-class='text_999_28' placeholder="{{name?name:'请填写姓名'}}" disabled="{{taxInfo.real_auth_status=='active'}}" ></input>
|
49
|
+ <input class='input_wrap float_right' placeholder-class='text_999_28' placeholder="{{taxInfo.real_auth_status=='active'&&name?name:'请输入姓名'}}" disabled="{{taxInfo.real_auth_status=='active'}}" ></input>
|
50
|
</view>
|
50
|
</view>
|
51
|
<view class="divide_line"></view>
|
51
|
<view class="divide_line"></view>
|
52
|
|
52
|
|
|
@@ -81,10 +81,10 @@ |
|
@@ -81,10 +81,10 @@ |
81
|
<view wx:if="{{isIdCard}}" >
|
81
|
<view wx:if="{{isIdCard}}" >
|
82
|
<image class='image_camera float_right' src='/images/camera.png' bindtap='getIdInfo'></image>
|
82
|
<image class='image_camera float_right' src='/images/camera.png' bindtap='getIdInfo'></image>
|
83
|
<!-- <text class='text_333_28 float_right'>{{card_number}}</text> -->
|
83
|
<!-- <text class='text_333_28 float_right'>{{card_number}}</text> -->
|
84
|
- <input class='input_wrap float_right' placeholder='请输入证件号码' placeholder-class='text_999_28' name='id_card_no' maxlength='24' value='{{card_number}}' disabled="{{taxInfo.real_auth_status=='active'}}"></input>
|
84
|
+ <input class='input_wrap float_right' placeholder="{{taxInfo.real_auth_status=='active'&&card_number?card_number:'请输入证件号码'}}" placeholder-class='text_999_28' name='id_card_no' maxlength='24' disabled="{{taxInfo.real_auth_status=='active'}}"></input>
|
85
|
</view>
|
85
|
</view>
|
86
|
<view wx:else>
|
86
|
<view wx:else>
|
87
|
- <input class='input_wrap float_right' placeholder='请输入证件号码' placeholder-class='text_999_28' name='id_card_no' maxlength='24' value='{{card_number}}' disabled="{{taxInfo.real_auth_status=='active'}}"></input>
|
87
|
+ <input class='input_wrap float_right' placeholder="{{taxInfo.real_auth_status=='active'&&card_number?card_number:'请输入证件号码'}}"placeholder-class='text_999_28' name='id_card_no' maxlength='24' disabled="{{taxInfo.real_auth_status=='active'}}"></input>
|
88
|
</view>
|
88
|
</view>
|
89
|
</view>
|
89
|
</view>
|
90
|
<view class="divide_line"></view>
|
90
|
<view class="divide_line"></view>
|
|
@@ -190,7 +190,7 @@ |
|
@@ -190,7 +190,7 @@ |
190
|
<view class='item_body'>
|
190
|
<view class='item_body'>
|
191
|
<text style='color:red;font-size: 28rpx;line-height: 80rpx;float:left'>*</text>
|
191
|
<text style='color:red;font-size: 28rpx;line-height: 80rpx;float:left'>*</text>
|
192
|
<text class='text_black_28 float_left'>联系电话</text>
|
192
|
<text class='text_black_28 float_left'>联系电话</text>
|
193
|
- <input class='input_wrap float_right' placeholder='请填写电话' value='{{mobile}}' name='mobile' type='number' disabled='{{isself}}' maxlength='11'></input>
|
193
|
+ <input class='input_wrap float_right' placeholder="{{taxInfo.real_auth_status=='active'&&mobile?mobile:'请输入电话'}}"name='mobile' type='number' disabled='{{isself}}' maxlength='11'></input>
|
194
|
</view>
|
194
|
</view>
|
195
|
<!-- 非必填部分02 -->
|
195
|
<!-- 非必填部分02 -->
|
196
|
<view hidden='{{!isshow02}}'>
|
196
|
<view hidden='{{!isshow02}}'>
|