You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 年之前
5 年之前
5 年之前
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=device-dpi" />
  7. <link rel="icon" href="<%= BASE_URL %>favicon.ico">
  8. <title>工银积存金(行内版)</title>
  9. <script src="http://static.jiyou-tech.com/js/wx-share/jquery-3.0.0.min.js"></script>
  10. <script src="http://res.wx.qq.com/open/js/jweixin-1.4.0.js"></script>
  11. <script src="http://static.jiyou-tech.com/2019/js/wxShare.js"></script>
  12. <script type="text/javascript">
  13. wx.ready(function() {
  14. wx.showMenuItems({
  15. menuList: ["menuItem:share:timeline", "menuItem:share:appMessage", "menuItem:favorite"]
  16. });
  17. if (isWeiXin()) {
  18. wx_share('工银积存金(行内版)', "黄金天天存,财富日日增", '黄金天天存,财富日日增', "",'http://www.jiyou-tech.com/2020/516/imgShare2.jpg');
  19. }
  20. });
  21. </script>
  22. <script>
  23. var _hmt = _hmt || [];
  24. (function() {
  25. var hm = document.createElement("script");
  26. hm.src = "https://hm.baidu.com/hm.js?a5f7b1449c88e3f7635b875e0f5cba6e";
  27. var s = document.getElementsByTagName("script")[0];
  28. s.parentNode.insertBefore(hm, s);
  29. })();
  30. </script>
  31. </head>
  32. <body>
  33. <noscript>
  34. <strong>We're sorry but
  35. <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to
  36. continue.</strong>
  37. </noscript>
  38. <div id="app"></div>
  39. <!-- built files will be auto injected -->
  40. <script>
  41. document.body.addEventListener('touchmove', function (e) {
  42. e.preventDefault()
  43. }, {
  44. passive: false
  45. })
  46. </script>
  47. </body>
  48. </html>