EP-WachatApp/eaterplanet_ecommerce/moduleA/components/solitaireHead.wxml

14 lines
631 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<view class="headinfo i-flex bg-f mb10">
<image class="avatar" src="{{community.avatar}}"></image>
<view class="i-flex-item i-flex-col jcontent-sa">
<view class="weight fsz-30">{{community.head_name}}</view>
<view class="fsz-24 text-gray">
<text>绑定{{groupInfo.group_name}}</text>{{community.community_name}}</view>
</view>
<view class="share i-flex i-aic" wx:if="{{showShare}}">
<text class="iconfont icon-pengyouquan1" style="color: #50b674;" bindtap="shareQuan"></text>
<button class="btn" open-type="share">
<text class="iconfont icon-fenxiang2"></text>
</button>
</view>
</view>