Authored by tmq

js修改

... ... @@ -404,6 +404,9 @@ define('yohood', function(require, exports) {
event.stopPropagation();
return false;
});
$(".brand-list li .img-box").hover(function(){
$(this).toggleClass('btn-hover', 200);
})
//隐藏
$('.overlay').on('click', function() {
$(this).hide();
... ...
... ... @@ -71,10 +71,5 @@
// seajs.use('yohood',function(yohood){
// yohood.index();
// })
seajs.use(['jquery', 'channel'], function($, channel) {
$('.brand-list li .img-box').hover(function(){
$(this).toggleClass('btn-hover', 200);
})
})
</script>
<?php $this->_endblock();?>
... ...