dever 6 năm trước cách đây
mục cha
commit
2ac29c9f64
1 tập tin đã thay đổi với 7 bổ sung1 xóa
  1. 7 1
      tm/template_dir/ajax_events.html

+ 7 - 1
tm/template_dir/ajax_events.html

@@ -7,7 +7,10 @@
 
 
 <{elseif $type == 'help'}>
 <{elseif $type == 'help'}>
 <{if $helpData}>
 <{if $helpData}>
-<{foreach from=$helpData item=v}>
+<section id="tab4" class="tabcont" style="display:block;">
+    <section class="zhulilist">
+        <ul id="lazyLoad">
+            <{foreach from=$helpData item=v}>
             <li>
             <li>
                 <div>
                 <div>
                     <{if $userData[$v.uid].headimgurl}>
                     <{if $userData[$v.uid].headimgurl}>
@@ -19,6 +22,9 @@
                 <div><span>助力值<{$v.num}></span></div>
                 <div><span>助力值<{$v.num}></span></div>
             </li>
             </li>
             <{/foreach}>
             <{/foreach}>
+        </ul>
+    </section>
+</section>
 <{/if}>
 <{/if}>
 
 
 <{elseif $type == 'feedback'}>
 <{elseif $type == 'feedback'}>