dever 6 years ago
parent
commit
2ac29c9f64
1 changed files with 7 additions and 1 deletions
  1. 7 1
      tm/template_dir/ajax_events.html

+ 7 - 1
tm/template_dir/ajax_events.html

@@ -7,7 +7,10 @@
 
 <{elseif $type == 'help'}>
 <{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>
                 <div>
                     <{if $userData[$v.uid].headimgurl}>
@@ -19,6 +22,9 @@
                 <div><span>助力值<{$v.num}></span></div>
             </li>
             <{/foreach}>
+        </ul>
+    </section>
+</section>
 <{/if}>
 
 <{elseif $type == 'feedback'}>