提交 9ac8fe4cc3e89b822806c34b4d895c98ba5a6874

作者 pangy
1 个父辈 8648483f

编辑 处理

... ... @@ -1091,6 +1091,9 @@ Page({
1091 1091 if (data.loan_before_marry && data.loan_before_marry.length) {
1092 1092 var beforemarryData = this.data.beforemarryData
1093 1093 beforemarryData.selected = data.loan_before_marry=='y'?'是':'否'
  1094 + if (!this.data.hasLover){//健壮
  1095 + this.handleBeforemarry(data.loan_before_marry == 'y')
  1096 + }
1094 1097 setData.beforemarryData = beforemarryData
1095 1098 }
1096 1099 if (data.loan_by_self && data.loan_by_self.length) {
... ...
注册登录 后发表评论