dever 6 years ago
parent
commit
cebcae08d4

+ 3 - 2
tm/compile_dir/%%71^714^714F4B17%%header.html.php

@@ -1,4 +1,4 @@
-<?php /* Smarty version 2.6.17, created on 2018-05-28 15:44:31
+<?php /* Smarty version 2.6.17, created on 2018-05-28 16:43:46
          compiled from header.html */ ?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <html>
@@ -26,9 +26,10 @@
 <script src="<?php echo $this->_tpl_vars['web_cfg']['cdn']; ?>
 /public/static/js/sidebar.js?v=0.2" charset="utf-8"></script>
 
+<!--
 <script src="<?php echo $this->_tpl_vars['web_cfg']['cdn']; ?>
 /public/login.js" charset="utf-8"></script>
-
+-->
 <link rel="stylesheet" type="text/css" href="<?php echo $this->_tpl_vars['web_cfg']['cdn']; ?>
 /public/static/css/base.css" />
 <link rel="stylesheet" type="text/css" href="<?php echo $this->_tpl_vars['web_cfg']['cdn']; ?>

+ 6 - 3
tm/template_dir/ajax_gifts.html

@@ -1,14 +1,18 @@
 <{foreach from=$newData item=v}>
 
     <dl>
-        <dt><img src="<{if $v.events_type==6&&$v.prize_type==2}><{$web_cfg.cdn}><{$v.prize_img_url}><{else}><{$v.prize_img_url}><{/if}>"></dt>
+        <dt><a href="<{$v.url}>"><img src="<{if $v.events_type==6&&$v.prize_type==2}><{$web_cfg.cdn}><{$v.prize_img_url}><{else}><{$v.prize_img_url}><{/if}>"></a></dt>
         <dd><p><{$v.prize_name}></p>
 
 
         <{if $v.feedback == 4}>
         <a  class="red" href="<{$web_cfg.domain}>/?c=Express&lottery_data_id=<{$v.lottery_data_id}>">填写收货地址</a>
         <{elseif $v.feedback == 3}>
-        <a href="<{$web_cfg.domain}>/?c=FeedBack&lottery_data_id=<{$v.lottery_data_id}>">查看或修改评价</a>
+            <{if $v.events_type==6}>
+            <a href="<{$v.virtual_data}>">查看二维码</a>
+            <{else}>
+            <a href="<{$web_cfg.domain}>/?c=FeedBack&lottery_data_id=<{$v.lottery_data_id}>">查看或修改评价</a>
+            <{/if}>
         <{elseif $v.feedback == 2}>
         <a href="<{$web_cfg.domain}>/?c=FeedBack&lottery_data_id=<{$v.lottery_data_id}>">发表试用评价</a>
         <{elseif $v.feedback == 5}>
@@ -35,5 +39,4 @@
         </dd>
     </dl>
 
-
     <{/foreach}>

+ 2 - 2
tm/template_dir/express.html

@@ -9,7 +9,7 @@
     <div class="article_content center">您已成功领取奖品<br><{$prizeData.prize_name}></div>
     <div class="clear"></div>
     <br>
-    <div class="common_btn_style center"><a href="<{$giftsUrl}>"  class="submit_btn_style">查看奖品</a></div>
+    <div class="common_btn_style center"><a href="<{$giftsUrl}>"  class="submit_btn_style button">查看奖品</a></div>
 	<{else}>
 	<div class="article_title center">领取奖品</div>
     <div class="article_content">请认真填写您的收货地址,方便您收取奖品。奖品发货后,我们会将状态更新在“我的奖品”中。</div>
@@ -17,7 +17,7 @@
     	<div class="submit_cell"><input type="text" class="input_style" name="realname" value="<{$userExpress.user_name}>" placeholder="姓名"></div>        
         <div class="submit_cell"><input type="text" class="input_style" name="phone" value="<{$userExpress.phone}>" placeholder="电话"></div>
         <div class="submit_cell"><input type="text" class="input_style" name="address" value="<{$userExpress.address}>" placeholder="收货地址"></div>
-        <div class="submit_cell center" style="border:none; background:none"><button type="submit" class="submit_btn_style" id="sub_address">确认地址</button></div>
+        <div class="submit_cell center" style="border:none; background:none"><button type="submit" class="button" id="sub_address">确认地址</button></div>
     </div>	
 	<{/if}>