dever 6 years ago
parent
commit
23dedc42dd

+ 1 - 1
tm/lib/Controller/Index.class.php

@@ -77,7 +77,7 @@ class Index extends EventsController {
 
 		$totals = $this->objMLottery -> getLotteryEventsListNum($condition);
 		$offset = 0;
-		$size = 10;
+		$size = 100;
 		# 开始时间排序
 		$order = 'begin_time desc';
 		# 热门活动

+ 4 - 3
tm/template_dir/ajax_gifts.html

@@ -17,14 +17,15 @@
         <a href="<{$web_cfg.domain}>/?c=FeedBack&lottery_data_id=<{$v.lottery_data_id}>">发表试用评价</a>
         <{elseif $v.feedback == 5}>
         <span class="disable">已过期</span>
-
-        <{elseif $v.prize_type==2}>
+        <{/if}>
+        <{if $v.prize_type==2}>
             <{if $v.events_type==6}>
             <a href="<{$v.virtual_data}>">查看二维码</a>
             <{else}>
             <span>券:<{$v.virtual_data}></span>
             <{/if}>
-        <{elseif $v.prize_express==1}>
+        <{/if}>
+        <{if $v.prize_express==1}>
             <{if $thisTime < $v.end_time_receive_prizes && $v.events_delivery==1 && !$v.express}>
             <a  class="red" href="<{$web_cfg.domain}>/?c=Express&lottery_data_id=<{$v.lottery_data_id}>">填写收货地址</a>
             <{else}>

+ 2 - 2
tm/template_dir/events_infos.html

@@ -261,7 +261,7 @@ $(body).addClass("bg_white");
         <{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}>
+            <{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>
@@ -286,7 +286,7 @@ $(body).addClass("bg_white");
 
         <{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}>
+            <{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>

+ 3 - 1
tm/template_dir/events_top.html

@@ -3,6 +3,8 @@
 <section class="infos">
     <h2><{$info.events_name}></h2>
 
+    <{if $info.top_data == 2}>
+    
     <{if $info.type == 4 && $userData && $info.end == 1}>
     <section class="msg">
         <{if $userData.feedback == 2}>
@@ -19,7 +21,7 @@
     </section>
     <{/if}>
 
-    <{if $info.top_data == 2}>
+    
     <section class="tabs">
         <ul>
             <{if $info.is_column_tag_1 == 1}>

+ 4 - 3
tm/template_dir/gifts.html

@@ -32,14 +32,15 @@
         <a href="<{$web_cfg.domain}>/?c=FeedBack&lottery_data_id=<{$v.lottery_data_id}>">发表试用评价</a>
         <{elseif $v.feedback == 5}>
         <span class="disable">已过期</span>
-
-        <{elseif $v.prize_type==2}>
+        <{/if}>
+        <{if $v.prize_type==2}>
             <{if $v.events_type==6}>
             <a href="<{$v.virtual_data}>">查看二维码</a>
             <{else}>
             <span>券:<{$v.virtual_data}></span>
             <{/if}>
-        <{elseif $v.prize_express==1}>
+        <{/if}>
+        <{if $v.prize_express==1}>
             <{if $thisTime < $v.end_time_receive_prizes && $v.events_delivery==1 && !$v.express}>
             <a  class="red" href="<{$web_cfg.domain}>/?c=Express&lottery_data_id=<{$v.lottery_data_id}>">填写收货地址</a>
             <{else}>