php数组遍历问题,js问题,主要是点击产品缩略图,进行点击事件发大,现在是点击第一张图和下面几张图都是现实第一张放大图代码如下{foreach from=$goods_list item=goods} <tr> <td style="width: 10%;font-size: 16px;border-bottom:1px solid #ccc;"><a name='fff' href='javascript:void(0);' onclick='picBig();'><img style="width:50px;height: 50px;" src="{$goods.original_img}"/></a></td><div id="divCenter" align="center" style="position: absolute; z-index: 9; display: none; background-color: #eee; width:400px; height:400px;left:50px;top:50px; border:1px solid #222;"> <a href="javascript:void(0);" onclick="picClose();"> <img src="{$goods.original_img}" /></a> </div>
添加回答
举报
0/150
提交
取消