Authored by 周少峰

Merge branch 'hotfix/contact' into release/6.1.0

... ... @@ -19,14 +19,14 @@
<p>
<strong>广告服务:</strong><br/>
北京:(+86)10-56312657<br/>
上海:(+86)21-51698833*8005<br/>
上海:(+86)21-51698833-8005<br/>
广州:(+86)20-83831060<br/>
EMAIL:advertising#yoho.cn (发送邮件时请将#换成@)
</p><br/>
<p>
<strong>市场合作:</strong><br/>
北京:(+86)10-56312548<br/>
上海:(+86)21-51698833*8089<br/>
上海:(+86)21-51698833-8089<br/>
EMAIL:marketing#yoho.cn (发送邮件时请将#换成@)
</p><br/>
<p>
... ... @@ -35,7 +35,7 @@
</p><br/>
<p>
<strong>有货品牌合作:</strong><br/>
上海:(+86)21-51698833*8007<br/>
上海:(+86)21-51698833-8007<br/>
广州:(+86)20-83831060<br/>
EMAIL:brands#yoho.cn (发送邮件时请将#换成@)
</p><br/>
... ... @@ -71,7 +71,7 @@
<p>
<strong>南京新与力文化传播有限公司香港分公司:</strong><br/>
地址:香港香港中環嘉咸街41-43號天安城商業大廈11樓全層 (2號升降機)<br/>
电话:(+852)8523460*2671
电话:(+852)8523460-2671
</p><br/>
</div>
</div>
... ...
... ... @@ -40,7 +40,7 @@ module.exports = class extends global.yoho.BaseModel {
{name: '我的评论', href: '/home/comment'},
// {name: '我的投诉', href: '/home/complaints'},
{name: '我的息', href: '/home/message', count: 0},
{name: '我的息', href: '/home/message', count: 0},
{
name: '在线客服',
href: switcher ?
... ... @@ -96,7 +96,7 @@ module.exports = class extends global.yoho.BaseModel {
nav.active = true;
}
if (nav.name === '我的息') {
if (nav.name === '我的息') {
nav.count = +count;
}
... ...