提交 d3fa0fc0e835d046e79e7e296b3e99e8e0f33b13

作者 wangyu
1 个父辈 1006dfcf

优化

@@ -75,6 +75,6 @@ @@ -75,6 +75,6 @@
75 75
76 </view> 76 </view>
77 <view wx:if="{{hascompleted&&additionlist.length<1}}" style='background:#fff;'> 77 <view wx:if="{{hascompleted&&additionlist.length<1}}" style='background:#fff;'>
78 - <image style='width:55%;height:254rpx;margin:400rpx 166rpx 0 166rpx;' src='/images/noreduce_img.png'></image> 78 + <image style='width:55%;height:254rpx;margin:400rpx 166rpx 0 166rpx;' src='/images/nodeclare_img.png'></image>
79 </view> 79 </view>
80 </view> 80 </view>
@@ -330,10 +330,10 @@ @@ -330,10 +330,10 @@
330 <view style='padding-right: 30rpx'> 330 <view style='padding-right: 30rpx'>
331 <view class='divide_line_f5f5f5'></view> 331 <view class='divide_line_f5f5f5'></view>
332 <view style='display:flex;flex-direction:row'> 332 <view style='display:flex;flex-direction:row'>
333 - <view wx:if="{{house_type=='house_fund_rent'}}" class='text_999_28 float_left' style='line-height:70rpx;width:250rpx;'>租赁房屋坐落地址:</view>  
334 - <text wx:if="{{house_type=='house_fund_loan'}}" class='text_999_28 float_left' style='line-height:70rpx;width:196rpx;'>房屋坐落地址:</text> 333 + <view wx:if="{{house_type=='house_fund_rent'}}" class='text_999_28 float_left' style='line-height:70rpx;width:248rpx;text-align:left'>租赁房屋坐落地址:</view>
  334 + <text wx:if="{{house_type=='house_fund_loan'}}" class='text_999_28 float_left' style='line-height:70rpx;width:192rpx;text-align:left'>房屋坐落地址:</text>
335 <view style='display:flex;flex-direction:column'> 335 <view style='display:flex;flex-direction:column'>
336 - <text class='text_333_28 text_singleline' style='line-height:70rpx;margin-left:20rpx;'>{{item.house_address_new}}多喝点收到多点收到</text> 336 + <text class='text_333_28 text_singleline' style='line-height:70rpx;margin-left:20rpx;'>{{item.house_address_new}}</text>
337 <text class='text_999_28 text_singleline' style='line-height:70rpx;margin-left:20rpx;text-align:left'>{{item.house_detail_address}}</text> 337 <text class='text_999_28 text_singleline' style='line-height:70rpx;margin-left:20rpx;text-align:left'>{{item.house_detail_address}}</text>
338 </view> 338 </view>
339 339
@@ -9,7 +9,7 @@ Page({ @@ -9,7 +9,7 @@ Page({
9 data: { 9 data: {
10 showModal: false, 10 showModal: false,
11 inputValue: "", 11 inputValue: "",
12 - comlist: ["DDD","SSS","AAA","QQQ","ZZZ"], 12 + comlist: [],
13 com_id: "", 13 com_id: "",
14 choosed_index: 0, 14 choosed_index: 0,
15 chatlist: [] 15 chatlist: []
@@ -7,12 +7,12 @@ @@ -7,12 +7,12 @@
7 <view style='margin:50rpx 60rpx 0 36rpx;display:flex;flex-direction:row' wx:if="{{item.type=='0'}}"> 7 <view style='margin:50rpx 60rpx 0 36rpx;display:flex;flex-direction:row' wx:if="{{item.type=='0'}}">
8 <image style='width:102rpx;height:92rpx' src="/images/icon_robot.png"></image> 8 <image style='width:102rpx;height:92rpx' src="/images/icon_robot.png"></image>
9 <view class='receive_bg'> 9 <view class='receive_bg'>
10 - <text class='text_receive_wrap'>{{item.text}}的刷卡缴费卡是否快速发卡上阿打发货撒拉科技付款后萨福克商量好疯狂拉升的刷卡缴费卡是否快速发卡上阿打发货撒拉科技付款后萨福克商量好疯狂拉升</text> 10 + <text class='text_receive_wrap'>{{item.text}}</text>
11 </view> 11 </view>
12 </view> 12 </view>
13 <view style='margin:50rpx 36rpx 0 60rpx;display:flex;justify-content:flex-end;' wx:if="{{item.type=='1'}}"> 13 <view style='margin:50rpx 36rpx 0 60rpx;display:flex;justify-content:flex-end;' wx:if="{{item.type=='1'}}">
14 <view class='send_bg'> 14 <view class='send_bg'>
15 - <text class='text_send_wrap'>{{item.text}}的刷卡缴费卡是否快速发卡上阿打发货撒拉科技付款后萨福克商量好疯狂拉升的刷卡缴费卡是否快速发卡上阿打发货撒拉科技付款后萨福克商量好疯狂拉升</text> 15 + <text class='text_send_wrap'>{{item.text}}</text>
16 </view> 16 </view>
17 <view style='width:92rpx;height:92rpx;'> 17 <view style='width:92rpx;height:92rpx;'>
18 <open-data type="userAvatarUrl"></open-data> 18 <open-data type="userAvatarUrl"></open-data>
注册登录 后发表评论