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

14 lines
631 B
Plaintext
Raw Normal View History

2023-03-24 11:24:28 +08:00
<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>