正在显示
2 个修改的文件
包含
3 行增加
和
3 行删除
| @@ -1765,7 +1765,6 @@ Page({ | @@ -1765,7 +1765,6 @@ Page({ | ||
| 1765 | break; | 1765 | break; |
| 1766 | case 'house_fund': | 1766 | case 'house_fund': |
| 1767 | subUrl = 'persontax/v1/house-funds' | 1767 | subUrl = 'persontax/v1/house-funds' |
| 1768 | - console.log('TITLE', this.data.title) | ||
| 1769 | 1768 | ||
| 1770 | if (this.data.house_type == "house_fund_loan") { | 1769 | if (this.data.house_type == "house_fund_loan") { |
| 1771 | newdata.type = 'loan' | 1770 | newdata.type = 'loan' |
| @@ -135,10 +135,11 @@ input[disabled]{ | @@ -135,10 +135,11 @@ input[disabled]{ | ||
| 135 | height: 82rpx; | 135 | height: 82rpx; |
| 136 | text-align: center; | 136 | text-align: center; |
| 137 | position: fixed; | 137 | position: fixed; |
| 138 | - color: #357aeb; | 138 | + color: #666; |
| 139 | bottom: 0; | 139 | bottom: 0; |
| 140 | line-height: 82rpx; | 140 | line-height: 82rpx; |
| 141 | - border: 1rpx solid #357aeb; | 141 | + background: #fff; |
| 142 | + border: 1rpx solid #f5f5f5; | ||
| 142 | 143 | ||
| 143 | } | 144 | } |
| 144 | .btn_bottom_wrap{ | 145 | .btn_bottom_wrap{ |
请
注册
或
登录
后发表评论