index.wxml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <mobile-main frameStyle="{{frameStyle}}" bind:back="back">
  2. <view slot="info" class="main" style="height:{{infoHeight}}px;">
  3. <view class="tianjia">
  4. <button class="button" bindtap="addTo">添加</button>
  5. </view>
  6. <view class="one">
  7. <view class="list">
  8. <view class="two" wx:key="item" wx:for="{{alreadyList}}">
  9. <view class="left">
  10. <view class="fourright4">
  11. <view class="fourright1_2">
  12. <!-- <view class="fourright1_2o">
  13. <image class="fourhead1" src="{{item.blue_logo[0].url}}"></image>
  14. </view> -->
  15. <view class="fourright1_2t"><text>{{item.blue_name}}</text></view>
  16. <view class="fourright1_2i">
  17. <text class="fourtext6-1">{{item.blue_branch||0}}</text>
  18. <text class="fourtext8-1">:</text>
  19. <text class="fourtext7-1">{{item.red_branch||0}}</text>
  20. </view>
  21. <view class="fourright1_2t"><text>{{item.red_name}}</text></view>
  22. <!-- <view class="fourright1_2oi">
  23. <image class="fourhead2" src="{{item.red_logo[0].url}}"></image>
  24. </view> -->
  25. </view>
  26. </view>
  27. </view>
  28. <view class="right">
  29. <text class="wei" bindtap="modify" data-id="{{item._id}}">维护</text>
  30. </view>
  31. </view>
  32. </view>
  33. </view>
  34. </view>
  35. </mobile-main>