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