Authored by mark

修改商品详情页

... ... @@ -17,11 +17,12 @@ module.exports = {
cookieDomain: '.yohobuy.com',
domains: {
favApi: 'http://192.168.102.31:8092/brower',
// api: 'http://api-test3.yohops.com:9999/',
// service: 'http://service-test3.yohops.com:9999/',
api: 'http://api.yoho.cn/',
service: 'http://service.yoho.cn/',
api: 'http://api.yoho.cn/',
service: 'http://service.yoho.cn/',
// api: 'http://dev-api.yohops.com:9999/',
// service: 'http://dev-service.yohops.com:9999/',
... ...
... ... @@ -696,7 +696,7 @@ $('#brand-favour').click(function() {
// if ($this.hasClass('cur')) {
// return;
// }
//
//
// $this.addClass('cur');
// $this.siblings('.cur').removeClass('cur');
//
... ...