正在显示
2 个修改的文件
包含
6 行增加
和
2 行删除
@@ -202,6 +202,10 @@ | @@ -202,6 +202,10 @@ | ||
202 | <view style='padding:0 30rpx;'> | 202 | <view style='padding:0 30rpx;'> |
203 | <template is="picker_cell_normal" data="{{...houseLocateInfo}}" /> | 203 | <template is="picker_cell_normal" data="{{...houseLocateInfo}}" /> |
204 | <view class='divide_line_30'></view> | 204 | <view class='divide_line_30'></view> |
205 | + <view style='height:90rpx'> | ||
206 | + <input class='input_wrap float_right' placeholder-class='text_999_30 float_right' style='line-height: 90rpx;text-align: rightcolor:#000;' placeholder='请输入详细地址,精确到楼牌号' name='house_detail_address'></input> | ||
207 | + </view> | ||
208 | + <view class='divide_line_30'></view> | ||
205 | <template is="picker_cell_normal" data="{{...identifytypeData}}" /> | 209 | <template is="picker_cell_normal" data="{{...identifytypeData}}" /> |
206 | <view class='divide_line_30'></view> | 210 | <view class='divide_line_30'></view> |
207 | <view style='height:90rpx'> | 211 | <view style='height:90rpx'> |
@@ -335,14 +335,14 @@ | @@ -335,14 +335,14 @@ | ||
335 | <view style='padding-right: 30rpx'> | 335 | <view style='padding-right: 30rpx'> |
336 | <view class='divide_line_f5f5f5'></view> | 336 | <view class='divide_line_f5f5f5'></view> |
337 | <view style='display:flex;flex-direction:row'> | 337 | <view style='display:flex;flex-direction:row'> |
338 | - <view wx:if="{{house_type!='house_fund_rent'}}"> | 338 | + <view wx:if="{{house_type=='house_fund_rent'}}"> |
339 | <view class='text_999_28 float_left' style='line-height:70rpx;width:248rpx;text-align:left;white-space:nowrap;'>租赁房屋坐落地址:</view> | 339 | <view class='text_999_28 float_left' style='line-height:70rpx;width:248rpx;text-align:left;white-space:nowrap;'>租赁房屋坐落地址:</view> |
340 | <view style='display:flex;flex-direction:column;max-width:392rpx;'> | 340 | <view style='display:flex;flex-direction:column;max-width:392rpx;'> |
341 | <text class='text_333_28 text_singleline' style='line-height:70rpx;text-align:left'>{{item.house_address_new}}</text> | 341 | <text class='text_333_28 text_singleline' style='line-height:70rpx;text-align:left'>{{item.house_address_new}}</text> |
342 | <text class='text_999_28 text_singleline' style='line-height:70rpx;text-align:left'>{{item.house_detail_address}}</text> | 342 | <text class='text_999_28 text_singleline' style='line-height:70rpx;text-align:left'>{{item.house_detail_address}}</text> |
343 | </view> | 343 | </view> |
344 | </view> | 344 | </view> |
345 | - <view wx:if="{{house_type!='house_fund_loan'}}"> | 345 | + <view wx:if="{{house_type=='house_fund_loan'}}"> |
346 | <text class='text_999_28 float_left' style='line-height:70rpx;width:192rpx;text-align:left;white-space:nowrap;'>房屋坐落地址:</text> | 346 | <text class='text_999_28 float_left' style='line-height:70rpx;width:192rpx;text-align:left;white-space:nowrap;'>房屋坐落地址:</text> |
347 | <view style='display:flex;flex-direction:column;max-width:450rpx;'> | 347 | <view style='display:flex;flex-direction:column;max-width:450rpx;'> |
348 | <text class='text_333_28 text_singleline' style='line-height:70rpx;text-align:left'>{{item.house_address_new}}</text> | 348 | <text class='text_333_28 text_singleline' style='line-height:70rpx;text-align:left'>{{item.house_address_new}}</text> |
请
注册
或
登录
后发表评论