Authored by zhangxiaoru

editorial

... ... @@ -22,10 +22,10 @@ module.exports = {
},
cookieDomain: 'yohoblk.com',
domains: {
//singleApi: 'http://single.yoho.cn/',
api: 'http://api-test2.yohops.com:9999/',
service: 'http://service-test2.yohops.com:9999/',
search: 'http://search.yohoops.org/yohosearch/'
// singleApi: 'http://192.168.102.31:8092/brower',
api: 'http://testapi.yoho.cn:28078/',
service: 'http://testservice.yoho.cn:28077/',
singleApi: 'http://192.168.102.31:8092/'
},
useOneapm: false,
useCache: false,
... ...
... ... @@ -268,7 +268,7 @@ $('.good-info').each(function() {
});
$('.good-info').each(function(i, ele) {
if(i % 4 === 3) {
if (i % 4 === 3) {
$(ele).css('margin-right', '0');
}
});
... ...