提交 a7c3df9d202794cfffdb6e04b83c3a2db4efb680

作者 pangy
1 个父辈 f57a9593

住房 分类字段

... ... @@ -3,9 +3,9 @@ var format = require('../../../../utils/util.js');
3 3 var OSSInit;
4 4 var app = getApp();
5 5 var baseUrl = app.globalData.baseUrl;
6   -const AddTypeNames = { 'children_education': '子女教育', 'continuing_education': '继续教育', 'support_duty': '赡养老人', 'medical_fund': '大病医疗', 'house_fund_rent': '住房' }
7   -const Deduce_amounts_month = { 'children_education': 1000, 'continuing_education': '', 'support_duty': '', 'medical_fund': '','house_fund_rent':''}
8   -const Deduce_amounts_year = { 'children_education': 12000, 'continuing_education': '', 'support_duty': '', 'medical_fund': '', 'house_fund_rent': '' }
  6 +const AddTypeNames = { 'children_education': '子女教育', 'continuing_education': '继续教育', 'support_duty': '赡养老人', 'medical_fund': '大病医疗', 'house_fund': '住房' }
  7 +const Deduce_amounts_month = { 'children_education': 1000, 'continuing_education': '', 'support_duty': '', 'medical_fund': '','house_fund':''}
  8 +const Deduce_amounts_year = { 'children_education': 12000, 'continuing_education': '', 'support_duty': '', 'medical_fund': '', 'house_fund': '' }
9 9
10 10 Page({
11 11 idcard_belong:null,//照片信息获取返回时判断所属
... ... @@ -689,7 +689,7 @@ Page({
689 689 newdata.cardtype = this.data.cardtypeData.selected
690 690 newdata.taxperson_relative = this.data.taxperson_relativeData.selected
691 691 break;
692   - case 'house_fund_rent':
  692 + case 'house_fund':
693 693 console.log('TITLE', this.data.title)
694 694 if (!formdata.lover_name || formdata.lover_name.length < 1) {
695 695 this.showToast('请填写配偶姓名')
... ...
... ... @@ -160,7 +160,7 @@
160 160 </view>
161 161 </view>
162 162 <!-- 住房 -->
163   - <view wx:if="{{cur_index=='house_fund_rent'}}" style='padding:0 30rpx;'>
  163 + <view wx:if="{{cur_index=='house_fund'}}" style='padding:0 30rpx;'>
164 164
165 165 <view wx:if="{{title=='添加住房贷款利息'}}">
166 166
... ... @@ -267,7 +267,7 @@
267 267 </view>
268 268 </view>
269 269
270   - <view wx:if="{{cur_index=='house_fund_rent'}}">
  270 + <view wx:if="{{cur_index=='house_fund'}}">
271 271 <view style='height:90rpx'>
272 272 <text class='text_black_30 float_left'>配偶姓名</text>
273 273 <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: right' placeholder='请输入配偶姓名' name='spouse_name' value='{{spouse_name}}'></input>
... ...
注册登录 后发表评论