Authored by 石坚

外跳链接不做修改

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