solitaireHead.wxml 631 B

1234567891011121314
  1. <view class="headinfo i-flex bg-f mb10">
  2. <image class="avatar" src="{{community.avatar}}"></image>
  3. <view class="i-flex-item i-flex-col jcontent-sa">
  4. <view class="weight fsz-30">{{community.head_name}}</view>
  5. <view class="fsz-24 text-gray">
  6. <text>绑定{{groupInfo.group_name}}:</text>{{community.community_name}}</view>
  7. </view>
  8. <view class="share i-flex i-aic" wx:if="{{showShare}}">
  9. <text class="iconfont icon-pengyouquan1" style="color: #50b674;" bindtap="shareQuan"></text>
  10. <button class="btn" open-type="share">
  11. <text class="iconfont icon-fenxiang2"></text>
  12. </button>
  13. </view>
  14. </view>