提交 943f405bca60b6264181b61fbead716e0714891e

作者 pangy
1 个父辈 a20b4e9b

。。

@@ -591,7 +591,7 @@ Page({ @@ -591,7 +591,7 @@ Page({
591 deduction_amount: deduction_amount 591 deduction_amount: deduction_amount
592 }) 592 })
593 } else if (frontPage.data.house_type == "rent" || frontPage.data.house_type == "house_fund_rent") { 593 } else if (frontPage.data.house_type == "rent" || frontPage.data.house_type == "house_fund_rent") {
594 - this.getbanklist() 594 + // this.getbanklist()
595 if (options.isedit != 'true') { 595 if (options.isedit != 'true') {
596 this.getTaxList() 596 this.getTaxList()
597 } 597 }
@@ -605,7 +605,7 @@ Page({ @@ -605,7 +605,7 @@ Page({
605 reduce_typeData.selected = '年度' 605 reduce_typeData.selected = '年度'
606 } 606 }
607 } else if (frontPage.data.house_type == "house_fund_loan") { 607 } else if (frontPage.data.house_type == "house_fund_loan") {
608 - this.getbanklist() 608 + // this.getbanklist()
609 if (options.isedit != 'true') { 609 if (options.isedit != 'true') {
610 this.getTaxList() 610 this.getTaxList()
611 } 611 }
注册登录 后发表评论