主题 : jspgou单店模式,海报怎么从数据库动态获取 |
级别: 童生
![]() |
54# 发表于:2016-03-23 11:53:39 IP:60.167.*.*
[@post_list]
[#list tag_list as post] <li class="poster"><img src="${post.picUrl}" width="1920" height="480" border="0"/></li> [/#list] [/@post_list] <script> $(".pullDown").hover(function() { $('.pullDownList').fadeIn("fast"); }, function() { $('.pullDownList').fadeOut("fast"); }); </script> |
||
---|---|---|---|
级别: 童生
![]() |
55# 发表于:2016-03-23 11:54:56 IP:60.167.*.*
浏览器还是会给你解析出 三个带 class="poster" 的li 标签. 而且图片找不到.我后台首页海报,是没有图片的.
|
||
---|---|---|---|