Authored by 周少峰

Merge branch 'feature/spread' into release/5.9

... ... @@ -31,7 +31,7 @@ const _homeNav = (switcher) => {
{name: '我的评论', href: '/home/comment'},
// {name: '我的投诉', href: '/home/complaints'},
{name: '我的推广', href: '/home/spread'},
{name: '我的邀请好友', href: '/home/spread'},
{name: '我的信息', href: '/home/message', count: 0},
{
name: '在线客服',
... ...
... ... @@ -38,7 +38,7 @@
</li>
<li class="clearfix" data-index="3">
<input id="invite-code" class="input invite-code" name="inviteCode" placeholder="邀请码" autocomplete="off" maxlength="20" type="text">
<input id="invite-code" class="input invite-code" name="inviteCode" placeholder="邀请码(非必填)" autocomplete="off" maxlength="20" type="text">
</li>
<li class="items-container clearfix">
... ...