...
|
...
|
@@ -753,4 +753,9 @@ define('yohood', function(require, exports) { |
|
|
//图片转换
|
|
|
imgTransform($(".image-box img"));
|
|
|
}
|
|
|
//推荐
|
|
|
exports.recommend = function() {
|
|
|
$(".wrapper").attr("class", "");
|
|
|
$(".bd").attr("class", "");
|
|
|
}
|
|
|
}); |
|
|
\ No newline at end of file |
...
|
...
|
|