index_index.html 1.1 KB

123456789101112131415161718192021222324252627
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <link rel="stylesheet" type="text/css">
  6. <title>活动页面</title>
  7. <meta name="format-detection" content="telephone=no">
  8. <meta name="apple-mobile-web-app-capable" content="yes">
  9. <meta name="apple-mobile-web-app-status-bar-style" content="black">
  10. <script>
  11. window.onload=function(){
  12. var u=window.navigator.userAgent;
  13. if(u.indexOf('iPhone')>-1||u.indexOf('iPad')>-1){
  14. submit('这是腾讯的一个网站', 'http://www.qq.com', 'http://zhidao.dahengdian.com/static/images/user_litpic.png');
  15. }
  16. if(u.indexOf('Android')>-1){
  17. window.bj.call('showShareButton', '{"show" : "true","imgUrl":"http://zhidao.dahengdian.com/static/images/user_litpic.png","shareUrl":"http://www.qq.com","title":"这是腾讯的一个网站","content":"腾讯是个好网站,你值得观看"}', 0);
  18. }
  19. }
  20. </script>
  21. </head>
  22. <body>
  23. <div class="content">
  24. 这是一个活动呀,这是一个活动呀,这是一个活动呀,这是一个活动呀,这是一个活动呀
  25. </div>
  26. </body>
  27. </html>