Authored by whb

推荐商品

... ... @@ -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
... ...
... ... @@ -69,3 +69,11 @@
</div>
</div>
<?php $this->_endblock();?>
<?php $this->_block('js');?>
<script type="text/javascript">
seajs.use('yohood',function(yohood)
{
yohood.recommend();
});
</script>
<?php $this->_endblock();?>
\ No newline at end of file
... ...