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
744 B
17 lines
744 B
<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>
|
|
<view class="tip">邀请您的好友,好友扫码注册精致锦水,再邀请好友进入社群</view>
|
|
</view>
|
|
</view>
|
|
<image bindtap="closeDialog" class="close" src="../../images/close.png" />
|
|
</view>
|