正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
@@ -1165,6 +1165,7 @@ Page({ | @@ -1165,6 +1165,7 @@ Page({ | ||
1165 | this.showToast('请选择贷款期限') | 1165 | this.showToast('请选择贷款期限') |
1166 | return | 1166 | return |
1167 | } | 1167 | } |
1168 | + newdata.loan_months = parseInt(formdata.loan_months) | ||
1168 | newdata.loan_before_marry = this.data.beforemarryData.selected == "是" ? 'y' : 'n' | 1169 | newdata.loan_before_marry = this.data.beforemarryData.selected == "是" ? 'y' : 'n' |
1169 | newdata.loan_by_self = this.data.isselfData.selected == "是" ? 'y' : 'n' | 1170 | newdata.loan_by_self = this.data.isselfData.selected == "是" ? 'y' : 'n' |
1170 | newdata.certification_type = this.data.identifytypeData.selected | 1171 | newdata.certification_type = this.data.identifytypeData.selected |
请
注册
或
登录
后发表评论