作者 anyv
1 个管道 的构建 通过 耗费 0 秒

5

... ... @@ -119,7 +119,7 @@
<!-- 底部 -->
<div class="de_footer">
<div class="de_footerLeft">
<div class="de_footerLeft" onclick="goods_collection({$data.id})">
<div class="de_footerLeftLi">
<div class="de_footerLeftImg">
<img src="__TMPL__/public/assets/images/26.png" alt="">
... ... @@ -136,6 +136,16 @@
</div>
</div>
<script src="__TMPL__/public/assets/js/base.js"></script>
<script>
/**
*点击收藏
*/
function goods_collection(id){
alert(id);
}
</script>
</body>
</html>
\ No newline at end of file
... ...