|
@@ -10,16 +10,16 @@
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
|
|
<!-- 删除苹果默认的工具栏和菜单栏 -->
|
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
|
|
- <!-- 设置苹果工具栏颜��? -->
|
|
|
+ <!-- 设置苹果工具栏颜 -->
|
|
|
<meta name="format-detection" content="telphone=no, email=no">
|
|
|
<!-- 忽略页面中的数字识别为电话,忽略email识别 -->
|
|
|
- <!-- 启用360浏览器的极速模��?(webkit) -->
|
|
|
+ <!-- 启用360浏览器的极速模(webkit) -->
|
|
|
<meta name="renderer" content="webkit">
|
|
|
<!-- 避免IE使用兼容模式 -->
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
- <!-- 针对手持设备优化,主要是针对一些老的不识别viewport的浏览器,比如黑��? -->
|
|
|
+ <!-- 针对手持设备优化,主要是针对一些老的不识别viewport的浏览器,比如黑 -->
|
|
|
<meta name="HandheldFriendly" content="true">
|
|
|
- <!-- 微软的老式浏览��? -->
|
|
|
+ <!-- 微软的老式浏览 -->
|
|
|
<meta name="MobileOptimized" content="320">
|
|
|
<!-- 不能旋转,问题出在这 -->
|
|
|
<!-- UC强制全屏 -->
|
|
@@ -30,7 +30,7 @@
|
|
|
<meta name="browsermode" content="application">
|
|
|
<!-- QQ应用模式 -->
|
|
|
<meta name="x5-page-mode" content="app">
|
|
|
- <!-- windows phone 点击无高��? -->
|
|
|
+ <!-- windows phone 点击无高 -->
|
|
|
<meta name="msapplication-tap-highlight" content="no">
|
|
|
<link rel="stylesheet" type="text/css" href="css/WXtrialInterface.css" />
|
|
|
<link rel="stylesheet" href="https://cdn.bootcss.com/weui/1.1.3/style/weui.min.css">
|
|
@@ -118,8 +118,8 @@
|
|
|
<script type="text/javascript" src="pcm-player.js"></script>
|
|
|
<script type="text/javascript" src="webgl.js"></script>
|
|
|
<script type="text/javascript" src="https://cdn.bootcss.com/vConsole/3.2.0/vconsole.min.js"></script>
|
|
|
- <script type="text/javascript" src="WXdraw.js?id=105"></script>
|
|
|
<script type="text/javascript" src="jquery-weui.min.js"></script>
|
|
|
+ <script type="text/javascript" src="WXdraw.js?id=105"></script>
|
|
|
|
|
|
<script>
|
|
|
var topwinHeight = window.screen.height - window.innerHeight + 30; //计算title top 头部
|