dever 7 years ago
parent
commit
a1877ff1a5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tm/template_dir/events_top.html

+ 2 - 2
tm/template_dir/events_top.html

@@ -5,7 +5,7 @@
 
     <{if $info.top_data == 2}>
     
-    <{if $info.type == 4 && $userData && $info.end == 1}>
+    <{if $info.type == 4 && $userData && $info.end == 1 && $userData.feedback != 1}>
     <section class="msg">
         <{if $userData.feedback == 2}>
         该活动您已获得试用权限,<a href="<{$web_cfg.domain}>/?c=FeedBack&lottery_data_id=<{$userData.id}>&r=<{$userData.url}>">试用完成请评价</a>
@@ -21,7 +21,7 @@
     </section>
     <{/if}>
 
-    <{if $info.type == 1 && $userData && $info.end == 1}>
+    <{if $info.type == 1 && $userData && $info.end == 1 && $userData.feedback == 4}>
     <section class="msg">
         <{if $userData.feedback == 4}>
         您已中奖,<a href="<{$web_cfg.domain}>/?c=Express&lottery_data_id=<{$userData.id}>&r=<{$userData.url}>">填写您的收货地址</a>