正在显示
8 个修改的文件
包含
25 行增加
和
23 行删除
| ... | ... | @@ -18,7 +18,7 @@ |
| 18 | 18 | <view class='divide_line'></view> |
| 19 | 19 | <view style='height:90rpx;padding:0 30rpx'> |
| 20 | 20 | <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text> |
| 21 | - <text style='color:#777;font-size: 30rpx;line-height: 90rpx; float:left'>共同赡养人证件号码</text> | |
| 21 | + <text style='color:#777;font-size: 30rpx;line-height: 90rpx; float:left'>共同赡养人证照号码</text> | |
| 22 | 22 | <view> |
| 23 | 23 | <image class='image_camera float_right' src='/images/camera.png' bindtap='getIdInfo' id="children_id_card_no"></image> |
| 24 | 24 | <input class='input_wrap01 float_right' placeholder='请输入或拍摄身份证' placeholder-class='text_999_30' name='id_card_no' maxlength='18' type='idcard' value='{{id_card_no}}'></input> | ... | ... |
| ... | ... | @@ -197,7 +197,7 @@ Page({ |
| 197 | 197 | onChange: 'onPickerSelect' |
| 198 | 198 | }, |
| 199 | 199 | cardtypeData: { |
| 200 | - label: '证件类型', | |
| 200 | + label: '证照类型', | |
| 201 | 201 | isrequre: true, |
| 202 | 202 | bindtype: 'cardtype', |
| 203 | 203 | selected: '居民身份证', |
| ... | ... | @@ -1165,6 +1165,7 @@ Page({ |
| 1165 | 1165 | this.showToast('请选择贷款期限') |
| 1166 | 1166 | return |
| 1167 | 1167 | } |
| 1168 | + newdata.loan_months = parseInt(formdata.loan_months) | |
| 1168 | 1169 | newdata.loan_before_marry = this.data.beforemarryData.selected == "是" ? 'y' : 'n' |
| 1169 | 1170 | newdata.loan_by_self = this.data.isselfData.selected == "是" ? 'y' : 'n' |
| 1170 | 1171 | newdata.certification_type = this.data.identifytypeData.selected |
| ... | ... | @@ -1197,10 +1198,10 @@ Page({ |
| 1197 | 1198 | // return |
| 1198 | 1199 | // } |
| 1199 | 1200 | else if (this.data.cardtypeData.selected.length < 1) { |
| 1200 | - this.showToast('请选择证件类型') | |
| 1201 | + this.showToast('请选择证照类型') | |
| 1201 | 1202 | return |
| 1202 | 1203 | } else if (!formdata.owner_id_card_no || formdata.owner_id_card_no.length < 1) { |
| 1203 | - this.showToast('请填写证件号码') | |
| 1204 | + this.showToast('请填写证照号码') | |
| 1204 | 1205 | return |
| 1205 | 1206 | } else if (this.data.rentLocateInfo.address_value[0].length < 1) { |
| 1206 | 1207 | this.showToast('请选择房屋地址') |
| ... | ... | @@ -1291,7 +1292,8 @@ Page({ |
| 1291 | 1292 | }) |
| 1292 | 1293 | }else{ |
| 1293 | 1294 | wx.showToast({ |
| 1294 | - title: res.message | |
| 1295 | + title: res.data.message ? res.data.message:'请求出错', | |
| 1296 | + icon:'none' | |
| 1295 | 1297 | }) |
| 1296 | 1298 | } |
| 1297 | 1299 | } | ... | ... |
| ... | ... | @@ -10,13 +10,13 @@ |
| 10 | 10 | <view class='divide_line_f5f5f5'></view> |
| 11 | 11 | <view style='height:90rpx'> |
| 12 | 12 | <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text> |
| 13 | - <text class='text_black_30 float_left' style='line-height: 90rpx'>子女证件号码</text> | |
| 13 | + <text class='text_black_30 float_left' style='line-height: 90rpx'>子女证照号码</text> | |
| 14 | 14 | <view wx:if="{{isIdCard}}"> |
| 15 | 15 | <image class='image_camera float_right' src='/images/camera.png' bindtap='getIdInfo' id="children_id_card_no"></image> |
| 16 | - <input class='input_wrap01 float_right' placeholder='请输入证件号码' placeholder-class='text_999_30' name='children_id_card_no' maxlength='18' type='idcard' value='{{children_id_card_no}}' bindinput="idChange" id='children_id_card_no_input'></input> | |
| 16 | + <input class='input_wrap01 float_right' placeholder='请输入证照号码' placeholder-class='text_999_30' name='children_id_card_no' maxlength='18' type='idcard' value='{{children_id_card_no}}' bindinput="idChange" id='children_id_card_no_input'></input> | |
| 17 | 17 | </view> |
| 18 | 18 | <!-- <view wx:else> |
| 19 | - <input class='input_wrap float_right' placeholder='请输入证件号码' placeholder-class='text_999_30' name='children_id_card_no' maxlength='18' type='idcard' value='{{children_id_card_no}}'></input> | |
| 19 | + <input class='input_wrap float_right' placeholder='请输入证照号码' placeholder-class='text_999_30' name='children_id_card_no' maxlength='18' type='idcard' value='{{children_id_card_no}}'></input> | |
| 20 | 20 | </view> --> |
| 21 | 21 | </view> |
| 22 | 22 | <view class='divide_line_f5f5f5'></view> |
| ... | ... | @@ -131,7 +131,7 @@ |
| 131 | 131 | <text class='text_black_30 float_left'>被赡养人证照号码</text> |
| 132 | 132 | <view wx:if="{{isIdCard}}"> |
| 133 | 133 | <image class='image_camera float_right' src='/images/camera.png' bindtap='getIdInfo' id="older_id_card_no"></image> |
| 134 | - <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;width:380rpx;' placeholder='请输入证件号码' maxlength='18' type='idcard' name='id_card_no' value='{{id_card_no}}' bindinput="idChange" id="older_id_card_no_input"></input> | |
| 134 | + <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;width:380rpx;' placeholder='请输入证照号码' maxlength='18' type='idcard' name='id_card_no' value='{{id_card_no}}' bindinput="idChange" id="older_id_card_no_input"></input> | |
| 135 | 135 | </view> |
| 136 | 136 | </view> |
| 137 | 137 | <view class='divide_line_f5f5f5'></view> |
| ... | ... | @@ -266,10 +266,10 @@ |
| 266 | 266 | <view class='divide_line_f5f5f5'></view> |
| 267 | 267 | <view style='height:90rpx'> |
| 268 | 268 | <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text> |
| 269 | - <text class='text_black_30 float_left'>证件号码</text> | |
| 269 | + <text class='text_black_30 float_left'>证照号码</text> | |
| 270 | 270 | <view wx:if="{{isIdCard}}"> |
| 271 | 271 | <image class='image_camera float_right' src='/images/camera.png' bindtap='getIdInfo' id="owner_id_card_no"></image> |
| 272 | - <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;width:380rpx;' placeholder='请输入证件号码' maxlength='18' type='idcard' name='owner_id_card_no' value='{{owner_id_card_no}}' bindinput="idChange" id='owner_id_card_no_input'></input> | |
| 272 | + <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right;width:380rpx;' placeholder='请输入证照号码' maxlength='18' type='idcard' name='owner_id_card_no' value='{{owner_id_card_no}}' bindinput="idChange" id='owner_id_card_no_input'></input> | |
| 273 | 273 | </view> |
| 274 | 274 | </view> |
| 275 | 275 | </view> |
| ... | ... | @@ -323,10 +323,10 @@ |
| 323 | 323 | <template is="picker_cell_normal" data="{{...lovercardtypeData}}" /> |
| 324 | 324 | <view class='divide_line_f5f5f5'></view> |
| 325 | 325 | <view style='height:90rpx'> |
| 326 | - <text class='text_black_30 float_left'>配偶证件号码</text> | |
| 326 | + <text class='text_black_30 float_left'>配偶证照号码</text> | |
| 327 | 327 | <view wx:if="{{isIdCard}}"> |
| 328 | 328 | <image class='image_camera float_right' src='/images/camera.png' bindtap='getIdInfo' id="lover"></image> |
| 329 | - <input class='input_wrap01 float_right' placeholder='请输入证件号码' placeholder-class='text_999_30' name='spouse_id_card_no' maxlength='18' type='idcard' value='{{spouse_id_card_no}}' bindinput="idChange" id='spouse_id_card_no_input'></input> | |
| 329 | + <input class='input_wrap01 float_right' placeholder='请输入证照号码' placeholder-class='text_999_30' name='spouse_id_card_no' maxlength='18' type='idcard' value='{{spouse_id_card_no}}' bindinput="idChange" id='spouse_id_card_no_input'></input> | |
| 330 | 330 | </view> |
| 331 | 331 | </view> |
| 332 | 332 | <view class='divide_line_f5f5f5'></view> | ... | ... |
| ... | ... | @@ -267,7 +267,7 @@ Page({ |
| 267 | 267 | this.showtoast('有必填项未填写'); |
| 268 | 268 | return |
| 269 | 269 | } else if (this.data.isIdCard && !format.isIDCardNum(formdata.id_card_no)) { |
| 270 | - this.showtoast('证件号码有误'); | |
| 270 | + this.showtoast('证照号码有误'); | |
| 271 | 271 | return |
| 272 | 272 | } else if (!this.data.isIdCard && (!formdata.id_card_no || formdata.id_card_no.length < 1)) { |
| 273 | 273 | this.showtoast('有必填项未填写'); | ... | ... |
| ... | ... | @@ -23,10 +23,10 @@ |
| 23 | 23 | <view wx:if="{{isIdCard}}" > |
| 24 | 24 | <image class='image_camera float_right' src='/images/camera.png' bindtap='getIdInfo'></image> |
| 25 | 25 | <!-- <text class='text_333_28 float_right'>{{card_number}}</text> --> |
| 26 | - <input class='input_wrap float_right' placeholder='请输入证件号码' placeholder-class='text_777_30' name='id_card_no' maxlength='18' value='{{card_number}}' bindblur="idDone" bindinput="idChange" disabled='{{isDisable}}'></input> | |
| 26 | + <input class='input_wrap float_right' placeholder='请输入证照号码' placeholder-class='text_777_30' name='id_card_no' maxlength='18' value='{{card_number}}' bindblur="idDone" bindinput="idChange" disabled='{{isDisable}}'></input> | |
| 27 | 27 | </view> |
| 28 | 28 | <view wx:else> |
| 29 | - <input class='input_wrap float_right' placeholder='请输入证件号码' placeholder-class='text_777_30' name='id_card_no' maxlength='18' type="idcard" value='{{card_number}}' bindblur="idDone" bindinput="idChange" disabled='{{isDisable}}'></input> | |
| 29 | + <input class='input_wrap float_right' placeholder='请输入证照号码' placeholder-class='text_777_30' name='id_card_no' maxlength='18' type="idcard" value='{{card_number}}' bindblur="idDone" bindinput="idChange" disabled='{{isDisable}}'></input> | |
| 30 | 30 | </view> |
| 31 | 31 | </view> |
| 32 | 32 | <view class="divide_line"></view> | ... | ... |
| ... | ... | @@ -856,7 +856,7 @@ Page({ |
| 856 | 856 | this.showtoast('有必填项未填写'); |
| 857 | 857 | return |
| 858 | 858 | } else if (this.data.isIdCard && this.data.card_number.length > 0 && !format.isIDCardNum(this.data.card_number)) { |
| 859 | - this.showtoast('证件号码有误'); | |
| 859 | + this.showtoast('证照号码有误'); | |
| 860 | 860 | return |
| 861 | 861 | } |
| 862 | 862 | // else if (!this.data.isIdCard && (this.data.card_number.length < 1 && formdata.id_card_no.length < 1)) { | ... | ... |
| ... | ... | @@ -98,15 +98,15 @@ |
| 98 | 98 | <view wx:if="{{isIdCard}}"> |
| 99 | 99 | <image class='image_camera float_right' src='/images/camera.png' bindtap='getIdInfo' hidden="{{taxInfo.certification_status=='active'}}"></image> |
| 100 | 100 | <!-- <text class='text_333_28 float_right'>{{card_number}}</text> --> |
| 101 | - <!-- <input class='input_wrap float_right' placeholder="{{taxInfo.certification_status=='active'&&card_number?card_number:'请输入证件号码'}}" placeholder-class='text_999_28' name='id_card_no' maxlength='24' disabled="{{taxInfo.certification_status=='active'}}"></input> --> | |
| 102 | - <input class='input_wrap float_right' hidden="{{taxInfo.certification_status=='active'}}" placeholder="请输入证件号码" value='{{card_number}}' name='id_card_no' disabled="{{taxInfo.certification_status=='active'}}" maxlength='24' bindblur='bindinputcardnum'></input> | |
| 103 | - <input hidden="{{taxInfo.certification_status!='active'}}" class='input_wrap float_right' placeholder="{{taxInfo.certification_status=='active'||card_number?card_number:'请输入证件号码'}}" name='id_card_no' disabled="{{taxInfo.certification_status=='active'}}" | |
| 101 | + <!-- <input class='input_wrap float_right' placeholder="{{taxInfo.certification_status=='active'&&card_number?card_number:'请输入证照号码'}}" placeholder-class='text_999_28' name='id_card_no' maxlength='24' disabled="{{taxInfo.certification_status=='active'}}"></input> --> | |
| 102 | + <input class='input_wrap float_right' hidden="{{taxInfo.certification_status=='active'}}" placeholder="请输入证照号码" value='{{card_number}}' name='id_card_no' disabled="{{taxInfo.certification_status=='active'}}" maxlength='24' bindblur='bindinputcardnum'></input> | |
| 103 | + <input hidden="{{taxInfo.certification_status!='active'}}" class='input_wrap float_right' placeholder="{{taxInfo.certification_status=='active'||card_number?card_number:'请输入证照号码'}}" name='id_card_no' disabled="{{taxInfo.certification_status=='active'}}" | |
| 104 | 104 | maxlength='24' bindblur='bindinputcardnum'></input> |
| 105 | 105 | |
| 106 | 106 | </view> |
| 107 | 107 | <view wx:else> |
| 108 | - <input class='input_wrap float_right' hidden="{{taxInfo.certification_status=='active'}}" placeholder="请输入证件号码" value='{{card_number}}' name='id_card_no' disabled="{{taxInfo.certification_status=='active'}}" maxlength='24' bindblur='bindinputcardnum'></input> | |
| 109 | - <input hidden="{{taxInfo.certification_status!='active'}}" class='input_wrap float_right' placeholder="{{taxInfo.certification_status=='active'||card_number?card_number:'请输入证件号码'}}" name='id_card_no' disabled="{{taxInfo.certification_status=='active'}}" | |
| 108 | + <input class='input_wrap float_right' hidden="{{taxInfo.certification_status=='active'}}" placeholder="请输入证照号码" value='{{card_number}}' name='id_card_no' disabled="{{taxInfo.certification_status=='active'}}" maxlength='24' bindblur='bindinputcardnum'></input> | |
| 109 | + <input hidden="{{taxInfo.certification_status!='active'}}" class='input_wrap float_right' placeholder="{{taxInfo.certification_status=='active'||card_number?card_number:'请输入证照号码'}}" name='id_card_no' disabled="{{taxInfo.certification_status=='active'}}" | |
| 110 | 110 | bindblur='bindinputcardnum' maxlength='24'></input> |
| 111 | 111 | </view> |
| 112 | 112 | </view> | ... | ... |
| ... | ... | @@ -30,7 +30,7 @@ |
| 30 | 30 | <text class='text_white_22'>{{item.newmobile&&item.newmobile.length>0?item.newmobile:"未录入手机号码"}}</text> |
| 31 | 31 | <text style='margin:0rpx 20rpx;color:#fff;font-size: 20rpx;'>|</text> |
| 32 | 32 | <image class='id_image_wrap' src='/images/id.png'></image> |
| 33 | - <text class='text_white_22'>{{item.newidnum&&item.newidnum.length>0?item.newidnum:"未录入证件号码 "}}</text> | |
| 33 | + <text class='text_white_22'>{{item.newidnum&&item.newidnum.length>0?item.newidnum:"未录入证照号码 "}}</text> | |
| 34 | 34 | </view> |
| 35 | 35 | </view> |
| 36 | 36 | <view class='rectangle_solid_bg'> | ... | ... |
请
注册
或
登录
后发表评论