%%48^48D^48DE5A4F%%bottom.html.php 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. <?php /* Smarty version 2.6.17, created on 2018-05-28 14:42:47
  2. compiled from bottom.html */ ?>
  3. <section class="toast" style="display:none;">错误信息</section>
  4. <?php if (! $this->_tpl_vars['cutScreenInfo'] && $this->_tpl_vars['display'] == 1): ?>
  5. <footer>
  6. <ul>
  7. <li <?php if ($this->_tpl_vars['action'] != 'gift'): ?>class="active"<?php endif; ?>><a href="<?php echo $this->_tpl_vars['listUrl']; ?>
  8. "><i class="icon"><img src="<?php echo $this->_tpl_vars['platform']['home_img_url']; ?>
  9. "></i><span><?php echo $this->_tpl_vars['platform']['home_img_text']; ?>
  10. </span></a></li>
  11. <li <?php if ($this->_tpl_vars['action'] == 'gift'): ?>class="active"<?php endif; ?>><a href="<?php echo $this->_tpl_vars['giftsUrl']; ?>
  12. "><i class="icon"><img src="<?php echo $this->_tpl_vars['platform']['gift_img_url']; ?>
  13. "></i><span><?php echo $this->_tpl_vars['platform']['gift_img_text']; ?>
  14. </span></a></li>
  15. <?php if ($this->_tpl_vars['platform']['zs_img_link']): ?>
  16. <li><a href="<?php echo $this->_tpl_vars['platform']['zs_img_link']; ?>
  17. "><i class="icon"><img src="<?php echo $this->_tpl_vars['platform']['zs_img_url']; ?>
  18. "></i><span><?php echo $this->_tpl_vars['platform']['zs_img_text']; ?>
  19. </span></a></li>
  20. <?php endif; ?>
  21. <li class="bottom_follow"><a href="<?php echo $this->_tpl_vars['platform']['follow_url']; ?>
  22. " target="_blank"><i class="icon"><img src="<?php echo $this->_tpl_vars['platform']['follow_img_url']; ?>
  23. "></i><span><?php echo $this->_tpl_vars['platform']['follow_img_text']; ?>
  24. </span></a></li>
  25. <li style="display:none"><a class="bottom_share" href="<?php echo $this->_tpl_vars['platform']['share_url']; ?>
  26. " ><i class="icon"><img src="<?php echo $this->_tpl_vars['platform']['share_img_url']; ?>
  27. "></i><span><?php echo $this->_tpl_vars['platform']['share_img_text']; ?>
  28. </span></a></li>
  29. </ul>
  30. </footer>
  31. <?php endif; ?>
  32. <script type="text/javascript">
  33. function toast(content, url)
  34. {
  35. var e = $(".toast");
  36. e.html(content).show();
  37. var func = function(url)
  38. {
  39. e.hide();
  40. if (url == 1) {
  41. return;
  42. } else if (url) {
  43. location.href = url;
  44. } else {
  45. location.reload();
  46. }
  47. };
  48. setTimeout(function(){func(url)}, 1000);
  49. }
  50. function checkApp() {
  51. var u = navigator.userAgent.toLowerCase();
  52. var isApple = /iphone|ipad|ipod|ios/i.test(u);
  53. var isAndroid = /android/i.test(u);
  54. if (isApple || isAndroid) {
  55. return true;
  56. } else {
  57. return false;
  58. }
  59. }
  60. function share_button(e, title, url, img, content) {
  61. console.log(title);
  62. if (checkApp()) {
  63. //e.parent().show();
  64. e.show();
  65. e.click(function()
  66. {
  67. WX_share(url, content, title, img);
  68. })
  69. } else {
  70. //e.parent().hide();
  71. e.hide();
  72. }
  73. }
  74. function buy_button()
  75. {
  76. if ($('.buy_button').length) {
  77. var buy = $('.buy_button');
  78. if (checkApp()) {
  79. buy.attr('href', 'javascript:;');
  80. var app = buy.attr('data-app');
  81. buy.click(function() {
  82. //app内链接
  83. })
  84. } else {
  85. buy.attr('href', buy.attr('data-weixin'));
  86. }
  87. }
  88. }
  89. function yaoqing()
  90. {
  91. if ($(".yaoqing").length) {
  92. var app = checkApp();
  93. if (app) {
  94. $(".yaoqing").addClass('share_button');
  95. } else {
  96. $(".yaoqing").removeClass('share_button');
  97. $(".yaoqing").click(function()
  98. {
  99. toast('点击右上角,分享邀请好友为你加油!', 1);
  100. });
  101. }
  102. }
  103. }
  104. </script>
  105. <?php if (! $this->_tpl_vars['notShowWeixinShare'] && ! $this->_tpl_vars['weixinShare']['notAllow']): ?>
  106. <script type="text/javascript">
  107. var URL = window.location.href, site;
  108. site = 1;
  109. console.log(share_url);
  110. new brickjs.MShare({
  111. website : 'sg',
  112. site: site,
  113. catalog: "",
  114. sUrl: share_url, //分享地址
  115. title: share_title,
  116. imgUrl: share_img,
  117. imgWidth: "640",
  118. imgHeight: "640",
  119. source_id : 1,
  120. source_table : 'onepage',
  121. desc: share_content,
  122. appKey: {
  123. tsina: "2412621184"
  124. },
  125. ralateUid: '1658402750',
  126. wxGuide: {
  127. imgUrl: share_img,
  128. width: 100,
  129. height: 100,
  130. style: {
  131. right: 0,
  132. top: 0
  133. }
  134. }
  135. });
  136. function init()
  137. {
  138. yaoqing();
  139. buy_button();
  140. if ($('.share_button').length) {
  141. share_button($('.share_button'), share_title, share_url, share_img, share_content);
  142. }
  143. if (checkApp()) {
  144. if ($('.bottom_share').length) {
  145. $('.bottom_follow').hide();
  146. share_button($('.bottom_share'), share_title, share_url, share_img, share_content);
  147. }
  148. }
  149. }
  150. $(function()
  151. {
  152. init();
  153. })
  154. </script>
  155. <?php else: ?>
  156. <script>
  157. //关闭分享按钮
  158. wx.hideOptionMenu();
  159. </script>
  160. <?php endif; ?>
  161. <?php if (! $this->_tpl_vars['js']): ?>
  162. <script type="text/javascript" src="<?php echo $this->_tpl_vars['web_cfg']['cdn']; ?>
  163. /haili/js/global.js"></script>
  164. <?php endif; ?>
  165. </body>
  166. </html>