提交 6ca41071ce842e074cd63f184b9ee66ea384f7e5

作者 pangy
1 个父辈 83387b7c

月份改为数值类型

... ... @@ -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
... ...
注册登录 后发表评论