index.html 1.2 KB

123456789101112131415161718192021222324252627
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport">
  6. <meta content="yes" name="apple-mobile-web-app-capable">
  7. <meta content="black" name="apple-mobile-web-app-status-bar-style">
  8. <meta content="telephone=no" name="format-detection">
  9. <title>活动首页</title>
  10. <!--<link rel="stylesheet" type="text/css" href="images/style.css"/>-->
  11. <!--<link rel="stylesheet" href="https://cdn.bootcss.com/weui/1.1.3/style/weui.min.css">-->
  12. <!--<link rel="stylesheet" href="https://cdn.bootcss.com/jquery-weui/1.2.1/css/jquery-weui.min.css">-->
  13. <script src="js/jquery-3.2.1.js"></script>
  14. <!--<script src="https://cdn.bootcss.com/jquery/1.11.0/jquery.min.js"></script>-->
  15. <!--<script src="http://res.wx.qq.com/open/js/jweixin-1.2.0.js"></script>-->
  16. <script src="js/global.js"></script>
  17. <!--<script src="https://cdn.bootcss.com/jquery-weui/1.2.1/js/jquery-weui.min.js"></script>-->
  18. <script src="js/index.js"></script>
  19. </head>
  20. <body>
  21. <div>金额:<span id="reward"></span>元</div>
  22. <button id="receiveReward">点击领取</button>
  23. </body>
  24. </html>