浏览代码

修改红包直接下载软件

stanley-king 9 年之前
父节点
当前提交
3c23fe2bf0
共有 1 个文件被更改,包括 3 次插入4 次删除
  1. 3 4
      mobile/templates/default/bonus/bind.php

+ 3 - 4
mobile/templates/default/bonus/bind.php

@@ -6,8 +6,6 @@
     <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport">
     <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport">
     <link rel="stylesheet" href="<?php echo RESOURCE_SITE_URL; ?>/mobile/bonus/css/common.css"/>
     <link rel="stylesheet" href="<?php echo RESOURCE_SITE_URL; ?>/mobile/bonus/css/common.css"/>
     <link rel="stylesheet" href="<?php echo RESOURCE_SITE_URL; ?>/mobile/bonus/css/content.css"/>
     <link rel="stylesheet" href="<?php echo RESOURCE_SITE_URL; ?>/mobile/bonus/css/content.css"/>
-    <script type="text/javascript" src="<?php echo RESOURCE_SITE_URL; ?>/mobile/bonus/js/zepto.min.js"></script>
-    <script type="text/javascript" src="<?php echo RESOURCE_SITE_URL; ?>/mobile/bonus/js/tel.js"></script>
 </head>
 </head>
 
 
 <body>
 <body>
@@ -43,13 +41,14 @@
         </div>
         </div>
     </div>
     </div>
     <div class="link" id="link">
     <div class="link" id="link">
-        <p><a href="javascript:void(0)">请下载熊猫美妆APP享用红包</a></p>
+        <p><a href="#">请下载熊猫美妆APP享用红包</a></p>
     </div>
     </div>
 
 
     <div class="list">
     <div class="list">
         <?php bonus_output_bindedinfo($output); ?>
         <?php bonus_output_bindedinfo($output); ?>
     </div>
     </div>
 </div>
 </div>
-
+<script type="text/javascript" src="<?php echo RESOURCE_SITE_URL; ?>/mobile/bonus/js/zepto.min.js"></script>
+<script type="text/javascript" src="<?php echo RESOURCE_SITE_URL; ?>/mobile/bonus/js/tel.js"></script>
 </body>
 </body>
 </html>
 </html>