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
... ...
... ... @@ -68,4 +68,12 @@
<a href="http://www.yohobuy.com/" target="_blank"><img height="243" src="<?php echo SITE_RES?>/images/yohood/special/blank.png" width="1000"></a></div>
</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
... ...