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

17 lines
739 B

6 years ago
<view class="invite-friend-dialog" wx:if="{{visible}}">
<view class="box">
<image class="bg-image" src="../../images/bg-yaoqinghaoyou.png" />
<view class="content">
<view class="invite-info">
<image class="group-avatar" src="{{groupInfo.groupAvatar}}" />
<view class="group-name">{{groupInfo.groupName}}</view>
<view class="group-leader">{{groupInfo.groupLeader}}(群主)</view>
<view class="qrcode">
<image src="{{qrCodeImage}}" />
</view>
</view>
5 years ago
<view class="tip">邀请您的好友,好友扫码注册e锦水,再邀请好友进入社群</view>
6 years ago
</view>
</view>
<image bindtap="closeDialog" class="close" src="../../images/close.png" />
</view>