if($type == 'email'):

你可以通过邮箱免费邀请{$emailNum}位好友,当前还剩余{$count}个名额。免费名额用完后,每邀请1位好友,将相应扣除{$applyCredit}点财富值。若财富值不足,则无法进行邀请。

发送邀请
if(empty($inviteList['data'])):

当前无邀请好友

else:

已邀请好友:

{$inviteList.html}
endif;
elseif($type == 'link'):
if($count != 0):

您目前拥有{$count}个邀请码,每个邀请码可以邀请1个朋友

endif; if($count == 0):
你当前邀请名额已用完,领取邀请码
endif;
if(empty($inviteList['data'])):

当前无邀请好友

else:

已邀请好友:

{$inviteList.html}
endif;
endif; if(!empty($inviteList['data'])):
当你的朋友成功注册后,你们会自动互相关注。
endif;