提交 58c0e19cc6eb36180e9b24f76719c760e689955b

作者 pangy
1 个父辈 73d6a24c

。。

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