dever 6 years ago
parent
commit
2f9a6b616d
2 changed files with 19 additions and 2 deletions
  1. 2 0
      tm/template_dir/bottom.html
  2. 17 2
      tm/template_dir/events_infos.html

+ 2 - 0
tm/template_dir/bottom.html

@@ -107,10 +107,12 @@ function yaoqing()
             $(".yaoqing").addClass('share_button');
         } else {
             $(".yaoqing").removeClass('share_button');
+            /*
             $(".yaoqing").click(function()
             {
                 toast('点击右上角,分享邀请好友为你加油!', 1);
             });
+            */
         }
     }
 }

+ 17 - 2
tm/template_dir/events_infos.html

@@ -256,18 +256,20 @@ $(body).addClass("bg_white");
             <{$info.events_tips}>
         </section>
 
+        <{if $info.type != 1}>
         <{if $info.share_button == 2 || $info.buy_button == 2}>
         <section class="button-wrapper">
             <{if $info.share_button == 2 && $info.type == 4 && $userData &&  $userData.feedback != 1}>
-            <a class="button share_buttons" href="<{$info.thisUrl}>/share"><{$info.share_button_tips}></a>
+            <a class="button share_buttons" node-type="share" href="<{$info.thisUrl}>/share"><{$info.share_button_tips}></a>
             <{elseif $info.share_button == 2}>
-            <a class="button share_button"><{$info.share_button_tips}></a>
+            <a class="button share_button" node-type="share"><{$info.share_button_tips}></a>
             <{/if}>
             <{if $info.buy_button == 2}>
             <a class="button buy_button" data-weixin="<{$info.buy_button_link}>" data-app="<{$info.buy_button_app}>" href="<{$info.buy_button_link}>"><{$info.buy_button_tips}></a>
             <{/if}>
         </section>
         <{/if}>
+        <{/if}>
     </section>
     <section class="applycont">
         <{if $info.type == 4 || $info.type == 6 || $info.type == 7}>
@@ -280,6 +282,19 @@ $(body).addClass("bg_white");
         <{elseif $info.type == 1}>
         <{include file="events_turntable_content.html"}>
 
+        <{if $info.share_button == 2 || $info.buy_button == 2}>
+        <section class="button-wrapper">
+            <{if $info.share_button == 2 && $info.type == 4 && $userData &&  $userData.feedback != 1}>
+            <a class="button share_buttons" node-type="share" href="<{$info.thisUrl}>/share"><{$info.share_button_tips}></a>
+            <{elseif $info.share_button == 2}>
+            <a class="button share_button" node-type="share"><{$info.share_button_tips}></a>
+            <{/if}>
+            <{if $info.buy_button == 2}>
+            <a class="button buy_button" data-weixin="<{$info.buy_button_link}>" data-app="<{$info.buy_button_app}>" href="<{$info.buy_button_link}>"><{$info.buy_button_tips}></a>
+            <{/if}>
+        </section>
+        <{/if}>
+
         <{elseif $info.type == 11}>
         <{include file="events_survey_content.html"}>