|
@@ -272,6 +272,29 @@ $(body).addClass("bg_white");
|
|
|
<{$info.events_tips}>
|
|
|
</section>
|
|
|
|
|
|
+ <{if $info.type == 1}>
|
|
|
+
|
|
|
+
|
|
|
+ <div class="luck_loading" id="luck_loading">
|
|
|
+ <div class="luck_load_icon">
|
|
|
+ <div class="loading_img"></div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <div class="luck_result" id="luck_result">
|
|
|
+ <div><img src="<{$web_cfg.cdn}>/public/static/img/error_icon.png"></div>
|
|
|
+ <div>未中奖,感谢参与</div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+
|
|
|
+ <section class="button-wrapper luck_show" id="luck_show">
|
|
|
+ <a class="button" id="award_btn">开始抽奖</a>
|
|
|
+ </section>
|
|
|
+
|
|
|
+ <{/if}>
|
|
|
+
|
|
|
<{if $info.type != 1}>
|
|
|
<{if $info.share_button == 2 || $info.buy_button == 2}>
|
|
|
<section class="button-wrapper">
|
|
@@ -298,19 +321,6 @@ $(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}>
|
|
|
- <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"}>
|
|
|
|