锦水居民端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

30 lines
1.2 KiB

<view class="join-association">
<view class="content">
<view class="introduce">
<image class="bgimage" src="../../images/ig_qunxiangqingjiesao@2x.png" />
<view class="info">
<image src="{{associationInfo.groupAvatar}}" />
<view class="name">{{associationInfo.groupName}}</view>
<view class="leader">{{associationInfo.nickname}}(群主)</view>
</view>
</view>
<view class="introduce-content">
<view class="tip" wx:for="{{groupIntroductionList}}" wx:key="{{index}}" wx:for-index="index" wx:for-item="item">
{{item}}
</view>
</view>
<view wx:if="{{pageType === 'join'}}" class="button-view">
<button type="warn" hover-class="hover-button" bindtap="joinAssociation">加入社群</button>
</view>
<view wx:elif="{{pageType === 'change' && lordFlag === '1'}}" class="button-change">
<button type="default" size="mini" hover-class="hover-change" bindtap="navigateToChangeIntroduce">修改介绍</button>
</view>
</view>
</view>
<notice bind:confirm="confirmDialog" dialogVisible="{{dialogVisible}}" title="入群申请" content="{{['群主会尽快审核您的入群申请','请耐心等待!']}}" confirmText="知道了"></notice>