Showing
6 changed files
with
10 additions
and
7 deletions
@@ -178,9 +178,9 @@ const _getChannelList = () => { | @@ -178,9 +178,9 @@ const _getChannelList = () => { | ||
178 | list.channelList.push(channel); | 178 | list.channelList.push(channel); |
179 | } | 179 | } |
180 | 180 | ||
181 | - if (_.toNumber(item.yhChannel) !== 5) { | 181 | + if (_.toNumber(item.yhChannel) === 5) { |
182 | list.yohood.showYohood = true; | 182 | list.yohood.showYohood = true; |
183 | - list.yohood.yohoodHref = 'http://yohood.cn'; | 183 | + list.yohood.yohoodHref = 'http://www.yohood.cn'; |
184 | } | 184 | } |
185 | }); | 185 | }); |
186 | return Object.keys(list).length ? list : channelList; | 186 | return Object.keys(list).length ? list : channelList; |
@@ -14,8 +14,11 @@ module.exports = { | @@ -14,8 +14,11 @@ module.exports = { | ||
14 | port: 6001, | 14 | port: 6001, |
15 | siteUrl: '//m.yohobuy.com', | 15 | siteUrl: '//m.yohobuy.com', |
16 | domains: { | 16 | domains: { |
17 | - api: 'http://devapi.yoho.cn:58078/', | ||
18 | - service: 'http://devservice.yoho.cn:58077/' | 17 | + api: 'http://api.yoho.yohoops.org/', |
18 | + service: 'http://service.yoho.yohoops.org/' | ||
19 | + | ||
20 | + // api: 'http://devapi.yoho.cn:58078/', | ||
21 | + // service: 'http://devservice.yoho.cn:58077/' | ||
19 | }, | 22 | }, |
20 | useOneapm: false, | 23 | useOneapm: false, |
21 | useCache: false, | 24 | useCache: false, |
@@ -78,7 +81,7 @@ if (isProduction) { | @@ -78,7 +81,7 @@ if (isProduction) { | ||
78 | Object.assign(module.exports, { | 81 | Object.assign(module.exports, { |
79 | appName: 'm.yohobuy.com for test', | 82 | appName: 'm.yohobuy.com for test', |
80 | domains: { | 83 | domains: { |
81 | - api: 'http://devapi.yoho.cn:58078/', | 84 | + api: 'http://testapi.yoho.cn:28078/', |
82 | service: 'http://testservice.yoho.cn:28077/' | 85 | service: 'http://testservice.yoho.cn:28077/' |
83 | }, | 86 | }, |
84 | memcache: { | 87 | memcache: { |
1 | <div class="icons-wrapper"> | 1 | <div class="icons-wrapper"> |
2 | <ul class="icons-list clearfix"> | 2 | <ul class="icons-list clearfix"> |
3 | {{#data}} | 3 | {{#data}} |
4 | - <li class="icons-item item-{{../data.length}}"><a href="{{url}}" class="imagebar"><img src="{{image src 98 98}}" alt=""></a><a href="{{url}}" class="linkbar">{{title}}</a></li> | 4 | + <li class="icons-item item-{{../number}}"><a href="{{url}}" class="imagebar"><img src="{{image src 98 98}}" alt=""></a><a href="{{url}}" class="linkbar">{{title}}</a></li> |
5 | {{/data}} | 5 | {{/data}} |
6 | </ul> | 6 | </ul> |
7 | </div> | 7 | </div> |
public/css/index.css
deleted
100644 → 0
This diff could not be displayed because it is too large.
public/css/index.css.map
deleted
100644 → 0
This diff could not be displayed because it is too large.
-
Please register or login to post a comment