fcxx.wxml 1022 B

123456789101112131415161718
  1. <view wx:if="{{table.length>0}}" wx:for="{{table}}" wx:for-item="i" class="fcxxbody">
  2. <view class="fcxxbodyitem">
  3. <view>
  4. <image style="width:60rpx;height:60rpx;vertical-align: middle;" src="{{imgUrl}}1589098708(1).png"></image>
  5. <text class="fonttext">{{i.pname}}</text>
  6. </view>
  7. <view style="margin-top:20rpx;">
  8. <view wx:for="{{i.house}}" wx:for-item="l" style="width:320rpx;display:inline-block;">
  9. <image style="width:60rpx;height:60rpx;vertical-align: middle; " src="{{imgUrl}}1589098788(1).png"></image>
  10. <text class="fonttext" bindtap="texturlBX" data-tel="{{l.tel}}" data-hcode="{{l.hcode}}" data-ownername="{{l.ownername}}" data-hname="{{l.hname}}" data-ownerid="{{l.ownerid}}">{{l.hname}}</text>
  11. </view>
  12. </view>
  13. </view>
  14. </view>
  15. <view wx:if="{{table.length<=0}}" class="jfjlimgage">
  16. <image style="width: 380rpx;height: 380rpx;" src="{{imgUrl}}1589003625(1).png"></image>
  17. </view>
  18. <!-- flag -->