Authored by 石坚

外跳链接不做修改

... ... @@ -33,7 +33,7 @@ const getMenuData = () => (
cn: '潮流嘉年华',
en: 'YO\'HOOD'
}, {
link: '//www.yohobuy.com',
link: 'http://www.yohobuy.com',
cn: '有货',
en: 'YOHO!BUY'
}]
... ...
... ... @@ -7,7 +7,7 @@
<ul class="yoho-group">
{{# yohoGroup}}
<li>
<a href="{{https link}}" data-en="{{en}}" data-cn="{{cn}}">{{en}}</a>
<a href="{{link}}" data-en="{{en}}" data-cn="{{cn}}">{{en}}</a>
</li>
{{/ yohoGroup}}
</ul>
... ...