bottom.html 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. <div class="v_block"></div>
  2. <{if !$cutScreenInfo}>
  3. <!--nav begin-->
  4. <div class="v_nav">
  5. <dl <{if $action != 'gift'}>class="on"<{/if}>>
  6. <a href="<{$listUrl}>">
  7. <dt>
  8. <p class="d"><img src="<{$platform.home_img_url}>"></p>
  9. <p class="c"><img src="<{$platform.home_img_url_hover}>"></p>
  10. </dt>
  11. <dd><{$platform.home_img_text}></dd>
  12. </a>
  13. </dl>
  14. <dl <{if $action == 'gift'}>class="on"<{/if}>>
  15. <a href="<{$giftsUrl}>">
  16. <dt>
  17. <p class="d"><img src="<{$platform.gift_img_url}>"></p>
  18. <p class="c"><img src="<{$platform.gift_img_url_hover}>"></p>
  19. </dt>
  20. <dd><{$platform.gift_img_text}></dd>
  21. </a>
  22. </dl>
  23. <dl>
  24. <a href="<{$platform.follow_url}>" target="_blank">
  25. <dt>
  26. <p class="d"><img src="<{$platform.follow_img_url}>"></p>
  27. <p class="c"><img src="<{$platform.follow_img_url_hover}>"></p>
  28. </dt>
  29. <dd><{$platform.follow_img_text}></dd>
  30. </a>
  31. </dl>
  32. <!--<dl>
  33. <a href="#">
  34. <dt>
  35. <p class="d"><img src="<{$web_cfg.cdn}>/public/static/img/nav_icon_4.png"></p>
  36. <p class="c"><img src="<{$web_cfg.cdn}>/public/static/img/nav_icon_4_on.png"></p>
  37. </dt>
  38. <dd>分享</dd>
  39. </a>
  40. </dl>-->
  41. </div>
  42. <!--nav end-->
  43. <{/if}>
  44. <{if !$notShowWeixinShare && !$weixinShare.notAllow}>
  45. <script type="text/javascript">
  46. var URL = window.location.href, site;
  47. site = 1;
  48. <{if $weixinShare.weixinShare_title }>
  49. new brickjs.MShare({
  50. website : 'sg',
  51. site: site,
  52. catalog: "",
  53. sUrl: "<{$web_cfg.url}>", //分享地址
  54. title: "<{$weixinShare.title}>",
  55. imgUrl: "<{$weixinShare.imgUrl}>",
  56. imgWidth: "640",
  57. imgHeight: "640",
  58. source_id : 1,
  59. source_table : 'onepage',
  60. desc: "<{$weixinShare.content}>",
  61. appKey: {
  62. tsina: "2412621184"
  63. },
  64. ralateUid: '1658402750',
  65. wxGuide: {
  66. imgUrl: '<{$weixinShare.imgUrl}>',
  67. width: 100,
  68. height: 100,
  69. style: {
  70. right: 0,
  71. top: 0
  72. }
  73. }
  74. });
  75. <{else}>
  76. new brickjs.MShare({
  77. website : 'sg',
  78. site: site,
  79. catalog: "",
  80. sUrl: "<{if $weixinShare.jump_url}><{$weixinShare.jump_url}><{else}><{$web_cfg.url}><{/if}>", //分享地址
  81. title: "<{if $weixinShare.title}><{$weixinShare.title}><{else}><{$platform.weixinShare_title}><{/if}>",
  82. imgUrl: "<{if $weixinShare.imgUrl}><{$weixinShare.imgUrl}><{else}><{$platform.weixinShare_img_url}><{/if}>",
  83. imgWidth: "640",
  84. imgHeight: "640",
  85. source_id : 1,
  86. source_table : 'onepage',
  87. desc: "<{if $weixinShare.content}><{$weixinShare.content}><{else}><{$platform.weixinShare_content}><{/if}>",
  88. appKey: {
  89. tsina: "2412621184"
  90. },
  91. ralateUid: '1658402750',
  92. wxGuide: {
  93. imgUrl: '<{if $weixinShare.imgUrl}><{$weixinShare.imgUrl}><{else}><{$platform.weixinShare_img_url}><{/if}>',
  94. width: 100,
  95. height: 100,
  96. style: {
  97. right: 0,
  98. top: 0
  99. }
  100. }
  101. });
  102. <{/if}>
  103. </script>
  104. <{else}>
  105. <script>
  106. //关闭分享按钮
  107. wx.hideOptionMenu();
  108. </script>
  109. <{/if}>
  110. </body>
  111. </html>