Authored by tmq

js

@@ -373,7 +373,7 @@ define('yohood', function(require, exports) { @@ -373,7 +373,7 @@ define('yohood', function(require, exports) {
373 if (data.code == 200 && brands != "") { 373 if (data.code == 200 && brands != "") {
374 $.each(brands, function(k, v) { 374 $.each(brands, function(k, v) {
375 html += '<li><a href="javascript:void(0);" target="_blank" title="' + v.name + '"><div class="img-box" brand_id="' + v.id + '">' + 375 html += '<li><a href="javascript:void(0);" target="_blank" title="' + v.name + '"><div class="img-box" brand_id="' + v.id + '">' +
376 - '<img class="grey-brand-logo" width="145" height="97" src="' + common.getImages(v.logo, 'source', 'blogimg', 'primary') + '" alt="" alt="' + v.name + '"></div>' + 376 + '<img class="grey-brand-logo" style="filter:gray(enable);" width="145" height="97" src="' + common.getImages(v.logo, 'source', 'blogimg', 'primary') + '" alt="" alt="' + v.name + '"></div>' +
377 '<p>' + v.name + '</p></a></li>'; 377 '<p>' + v.name + '</p></a></li>';
378 }); 378 });
379 $(".brand-content").html(template.replace('{li}', html)); 379 $(".brand-content").html(template.replace('{li}', html));