正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -225,7 +225,7 @@ | @@ -225,7 +225,7 @@ | ||
| 225 | <view style='padding:0 30rpx;'> | 225 | <view style='padding:0 30rpx;'> |
| 226 | <template is="picker_cell_normal" data="{{...loantypeData}}" /> | 226 | <template is="picker_cell_normal" data="{{...loantypeData}}" /> |
| 227 | </view> | 227 | </view> |
| 228 | - <view style='padding:0 30rpx;' wx:if="{{loantypeData.selected != '商业贷款'}}"> | 228 | + <view style='padding:0 30rpx;' wx:if="{{loantypeData.selected == '公积金贷款' || loantypeData.selected == '组合贷款' }}"> |
| 229 | <view class='divide_line_30'></view> | 229 | <view class='divide_line_30'></view> |
| 230 | <view style='height:90rpx'> | 230 | <view style='height:90rpx'> |
| 231 | <text class='red_star_right_10'>*</text> | 231 | <text class='red_star_right_10'>*</text> |
请
注册
或
登录
后发表评论