提交 d3fa0fc0e835d046e79e7e296b3e99e8e0f33b13

作者 wangyu
1 个父辈 1006dfcf

优化

... ... @@ -75,6 +75,6 @@
75 75
76 76 </view>
77 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 79 </view>
80 80 </view>
\ No newline at end of file
... ...
... ... @@ -330,10 +330,10 @@
330 330 <view style='padding-right: 30rpx'>
331 331 <view class='divide_line_f5f5f5'></view>
332 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 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 337 <text class='text_999_28 text_singleline' style='line-height:70rpx;margin-left:20rpx;text-align:left'>{{item.house_detail_address}}</text>
338 338 </view>
339 339
... ...
... ... @@ -9,7 +9,7 @@ Page({
9 9 data: {
10 10 showModal: false,
11 11 inputValue: "",
12   - comlist: ["DDD","SSS","AAA","QQQ","ZZZ"],
  12 + comlist: [],
13 13 com_id: "",
14 14 choosed_index: 0,
15 15 chatlist: []
... ...
... ... @@ -7,12 +7,12 @@
7 7 <view style='margin:50rpx 60rpx 0 36rpx;display:flex;flex-direction:row' wx:if="{{item.type=='0'}}">
8 8 <image style='width:102rpx;height:92rpx' src="/images/icon_robot.png"></image>
9 9 <view class='receive_bg'>
10   - <text class='text_receive_wrap'>{{item.text}}的刷卡缴费卡是否快速发卡上阿打发货撒拉科技付款后萨福克商量好疯狂拉升的刷卡缴费卡是否快速发卡上阿打发货撒拉科技付款后萨福克商量好疯狂拉升</text>
  10 + <text class='text_receive_wrap'>{{item.text}}</text>
11 11 </view>
12 12 </view>
13 13 <view style='margin:50rpx 36rpx 0 60rpx;display:flex;justify-content:flex-end;' wx:if="{{item.type=='1'}}">
14 14 <view class='send_bg'>
15   - <text class='text_send_wrap'>{{item.text}}的刷卡缴费卡是否快速发卡上阿打发货撒拉科技付款后萨福克商量好疯狂拉升的刷卡缴费卡是否快速发卡上阿打发货撒拉科技付款后萨福克商量好疯狂拉升</text>
  15 + <text class='text_send_wrap'>{{item.text}}</text>
16 16 </view>
17 17 <view style='width:92rpx;height:92rpx;'>
18 18 <open-data type="userAvatarUrl"></open-data>
... ...
注册登录 后发表评论