提交 16820ae3ae386dc79280438cf5f6e9d361a80c47

作者 pangy
1 个父辈 e57d7132

贷款类型优化

@@ -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>
注册登录 后发表评论