锦水居民端小程序
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.
 

19 lines
776 B

<view class="unpass-association">
<view class="content">
<view class="top">
<image class="group-avatar" src="{{associationInfo.groupAvatar}}" />
<view class="group-info">
<view class="group-name">{{associationInfo.groupName}}</view>
<view class="group-leader">{{associationInfo.nickname}}(群主)</view>
</view>
</view>
<view class="reason" wx:if="{{state == 0}}">
<!--网格长会尽快审核您创建的社群,请耐心等待。-->
{{description}}
</view>
<view class="reason" wx:elif="{{state == 5}}">
<!--您申请创建的社群未通过审核,请修改群介绍并重新提交申请,杜绝以传销,营销等为目的的建群。-->
{{description}}
</view>
</view>
</view>