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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. <?php /* Smarty version 2.6.17, created on 2018-05-29 11:54:21
  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 loadLogin()
  34. {
  35. app = checkApp();
  36. if (app) {
  37. istoken('<?php echo $this->_tpl_vars['info']['thisUrl']; ?>
  38. ');
  39. } else {
  40. $('#loginbox').show();
  41. }
  42. }
  43. function toast(content, url)
  44. {
  45. var e = $(".toast");
  46. e.html(content).show();
  47. var func = function(url)
  48. {
  49. e.hide();
  50. if (url == 1) {
  51. return;
  52. } else if (url) {
  53. location.href = url;
  54. } else {
  55. location.reload();
  56. }
  57. };
  58. setTimeout(function(){func(url)}, 1000);
  59. }
  60. function checkApp() {
  61. var u = navigator.userAgent.toLowerCase();
  62. var isApple = /iphone|ipad|ipod|ios/i.test(u);
  63. var isAndroid = /android/i.test(u);
  64. if (isApple || isAndroid) {
  65. return true;
  66. } else {
  67. return false;
  68. }
  69. }
  70. function share_button(e, title, url, img, content) {
  71. console.log(title);
  72. if (checkApp()) {
  73. //e.parent().show();
  74. e.show();
  75. e.click(function()
  76. {
  77. WX_share(url, content, title, img);
  78. })
  79. } else {
  80. //e.parent().hide();
  81. e.hide();
  82. }
  83. }
  84. function buy_button()
  85. {
  86. if ($('.buy_button').length) {
  87. var buy = $('.buy_button');
  88. if (checkApp()) {
  89. buy.attr('href', 'javascript:;');
  90. var app = buy.attr('data-app');
  91. buy.click(function() {
  92. //app内链接
  93. })
  94. } else {
  95. buy.attr('href', buy.attr('data-weixin'));
  96. }
  97. }
  98. }
  99. function yaoqing()
  100. {
  101. if ($(".yaoqing").length) {
  102. var app = checkApp();
  103. if (app) {
  104. $(".yaoqing").addClass('share_button');
  105. } else {
  106. $(".yaoqing").removeClass('share_button');
  107. $(".yaoqing").click(function()
  108. {
  109. toast('点击右上角,分享邀请好友为你加油!', 1);
  110. });
  111. }
  112. }
  113. }
  114. </script>
  115. <?php if (! $this->_tpl_vars['notShowWeixinShare'] && ! $this->_tpl_vars['weixinShare']['notAllow']): ?>
  116. <script type="text/javascript">
  117. var URL = window.location.href, site;
  118. site = 1;
  119. console.log(share_url);
  120. new brickjs.MShare({
  121. website : 'sg',
  122. site: site,
  123. catalog: "",
  124. sUrl: share_url, //分享地址
  125. title: share_title,
  126. imgUrl: share_img,
  127. imgWidth: "640",
  128. imgHeight: "640",
  129. source_id : 1,
  130. source_table : 'onepage',
  131. desc: share_content,
  132. appKey: {
  133. tsina: "2412621184"
  134. },
  135. ralateUid: '1658402750',
  136. wxGuide: {
  137. imgUrl: share_img,
  138. width: 100,
  139. height: 100,
  140. style: {
  141. right: 0,
  142. top: 0
  143. }
  144. }
  145. });
  146. function init()
  147. {
  148. yaoqing();
  149. buy_button();
  150. if ($('.share_button').length) {
  151. share_button($('.share_button'), share_title, share_url, share_img, share_content);
  152. }
  153. if (checkApp()) {
  154. if ($('.bottom_share').length) {
  155. $('.bottom_follow').hide();
  156. share_button($('.bottom_share'), share_title, share_url, share_img, share_content);
  157. }
  158. }
  159. }
  160. $(function()
  161. {
  162. init();
  163. })
  164. </script>
  165. <?php else: ?>
  166. <script>
  167. //关闭分享按钮
  168. wx.hideOptionMenu();
  169. </script>
  170. <?php endif; ?>
  171. </body>
  172. </html>