正在显示
1 个修改的文件
包含
4 行增加
和
1 行删除
@@ -84,7 +84,7 @@ | @@ -84,7 +84,7 @@ | ||
84 | 84 | ||
85 | <volist name="jdata" id="vo"> | 85 | <volist name="jdata" id="vo"> |
86 | <div class="ce1"> | 86 | <div class="ce1"> |
87 | - <div class="ce1_title ce1{$vo.id}" onclick="title($vo.id)" > | 87 | + <div class="ce1_title ce1{$vo.id}" onclick="title({$vo.id})" > |
88 | <img src="__TMPL__/public/assets/images/aicon09.png" alt=""> | 88 | <img src="__TMPL__/public/assets/images/aicon09.png" alt=""> |
89 | <h2>{$vo.name}</h2> | 89 | <h2>{$vo.name}</h2> |
90 | </div> | 90 | </div> |
@@ -257,6 +257,9 @@ | @@ -257,6 +257,9 @@ | ||
257 | $(this).children('img').attr('src','__TMPL__/public/assets/images/aicon09.png'); | 257 | $(this).children('img').attr('src','__TMPL__/public/assets/images/aicon09.png'); |
258 | $(this).next('.ce1_2').slideToggle(); | 258 | $(this).next('.ce1_2').slideToggle(); |
259 | } | 259 | } |
260 | + | ||
261 | + | ||
262 | + | ||
260 | }) | 263 | }) |
261 | }); | 264 | }); |
262 | $('.ce1_2_Li_title').each(function () { | 265 | $('.ce1_2_Li_title').each(function () { |
-
请 注册 或 登录 后发表评论