mine.html 1.69 KB
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>我的月卡年卡</title>
  <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
  <meta name="format-detection" content="telephone=no"/>
  <meta name="format-detection" content="email=no"/>
  <meta name="apple-mobile-web-app-status-bar-style" content="black"/>
  <meta name="apple-mobile-web-app-capable" content="yes"/>
  <meta name="apple-mobile-web-app-title" content="">
  <meta name="google" value="notranslate"><!-- 禁止Chrome 浏览器中自动提示翻译 -->
  <link rel="apple-touch-icon-precomposed" href="favicon.ico">
  <link rel="shortcut icon" href="favicon.ico">
  <link rel="Bookmark" href="favicon.ico">
  <link rel="stylesheet" href="${staticHost}/css/reset.css">
  <link rel="stylesheet" href="//cdn.bootcss.com/weui/1.1.1/style/weui.min.css">
  <link rel="stylesheet" href="//cdn.bootcss.com/jquery-weui/1.0.1/css/jquery-weui.min.css">
  <link rel="stylesheet" href="${staticHost}/css/mine.css?v=1.0">
</head>
<body ontouchstart>


<div class="pay-content-padded datanull" id="dataNullInfo" style="display: none">
    <div class="datanull-bg"></div>
    <p style="text-align: center;padding-top: 20px;"><a href="javascript:void(0); "  id="datanull">暂时没有年月卡记录,请点击<span style="color: #0bb20c">购买!</span></a></p >

</div>
<script src="//cdn.bootcss.com/jquery/1.11.0/jquery.min.js"></script>
<script src="//cdn.bootcss.com/jquery-weui/1.0.1/js/jquery-weui.min.js"></script>
<script src="${staticHost}/js/url.js"></script>
<script src="${staticHost}/js/jsutil.js"></script>
<script src="${staticHost}/js/srcjs/mine.js?v=1.1"></script>

</body>
</html>