dever 7 years ago
parent
commit
5fd7b8a3a7
2 changed files with 1 additions and 7 deletions
  1. 1 3
      tm/template_dir/bottom.html
  2. 0 4
      tm/template_dir/events_infos.html

+ 1 - 3
tm/template_dir/bottom.html

@@ -22,16 +22,14 @@
     
 function loadLogin()
 {
-    /*
     <{if $applogin && $applogin == 1}>
     $("#loginyes").attr('href', 'javascript:;');
-    $("#loginyes").on('tab', function()
+    $("#loginyes").on('tab click', function()
     {
         istoken('<{$loginUrl}>');
     });
     
     <{/if}>
-    */
     $('#loginbox').show();
 
     /*

+ 0 - 4
tm/template_dir/events_infos.html

@@ -375,11 +375,7 @@ $(body).addClass("bg_white");
         <p>请登录后再参与福利活动</p>
         <section class="button-wrapper">
             <a class="button border" href="<{$listUrl}>">找找其他福利</a>
-            <{if $applogin && $applogin == 1}>
-            <a class="button" onclick="istoken('<{$loginUrl}>');" style="cursor:pointer;">马上登录</a>
-            <{else}>
             <a class="button" id="loginyes" href="<{$loginUrl}>">马上登录</a>
-            <{/if}>
         </section>
     </section>
 </section>