Authored by 2586703@qq.com

show js

... ... @@ -271,6 +271,10 @@ define('yohood', function(require, exports) {
$(".show-wrap .image-box, .img-zoom").bind("mouseout", function() {
showNone($(this));
});
$('.pic-tip').on('mousemove', function() {
$(this).show();
})
}
//整个页面布局
... ...