正在显示
2 个修改的文件
包含
5 行增加
和
5 行删除
... | ... | @@ -43,7 +43,7 @@ Page({ |
43 | 43 | loanAddress_haschanged: false, |
44 | 44 | rentAddress_haschanged: false, |
45 | 45 | extrainfo_arr: ["请上传子女出生证明、学籍信息凭证、学费凭证、本人结婚证和分摊协议", "请上传学历学籍凭证", "请上传出生证明或关系证明、独生子女证、分摊协议、其他法定赡养人赡养证明", "请上传诊断书和医疗费用收据", "请上传首套房证明、还款证明、不动产登记证、结婚证和夫妻约定抵扣协议"], |
46 | - cur_index: 'continuing_education', | |
46 | + cur_index: '', | |
47 | 47 | lovercardtypeData: { |
48 | 48 | label: '配偶证照类型', |
49 | 49 | bindtype: 'lovercardtype', |
... | ... | @@ -655,8 +655,8 @@ Page({ |
655 | 655 | if (data.certification_no && data.certification_no.length) { |
656 | 656 | setData.certification_no = data.certification_no |
657 | 657 | } |
658 | - if (data.certification_autority && data.certification_autority.length) { | |
659 | - setData.certification_autority = data.certification_autority | |
658 | + if (data.certification_authority && data.certification_authority.length) { | |
659 | + setData.certification_authority = data.certification_authority | |
660 | 660 | } |
661 | 661 | this.setData(setData) |
662 | 662 | break; |
... | ... | @@ -1067,7 +1067,7 @@ Page({ |
1067 | 1067 | this.showToast('请填写证书编号') |
1068 | 1068 | return |
1069 | 1069 | } |
1070 | - if (!formdata.certification_autority || formdata.certification_autority.length < 1) { | |
1070 | + if (!formdata.certification_authority || formdata.certification_authority.length < 1) { | |
1071 | 1071 | this.showToast('请填写发证机关') |
1072 | 1072 | return |
1073 | 1073 | } | ... | ... |
... | ... | @@ -109,7 +109,7 @@ |
109 | 109 | <view style='height:90rpx'> |
110 | 110 | <text style='color:red;font-size: 30rpx;line-height: 90rpx;float:left'>*</text> |
111 | 111 | <text class='text_black_30 float_left'>发证机关</text> |
112 | - <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入发证机关' name='certification_autority'></input> | |
112 | + <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入发证机关' name='certification_authority'></input> | |
113 | 113 | </view> |
114 | 114 | </view> |
115 | 115 | ... | ... |
请
注册
或
登录
后发表评论