正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -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 | } |
请
注册
或
登录
后发表评论