|
|
@@ -6,38 +6,39 @@
|
|
|
<link rel="stylesheet" type="text/css" href="css/style.css" charset="UTF-8" />
|
|
|
<link rel="stylesheet" href="css/mBoxNotice.css" charset="UTF-8" />
|
|
|
<link rel="stylesheet" href="css/mBoxTooltip.css" charset="UTF-8" />
|
|
|
- <!--<script src="res/framework/htmleditor/ckeditor451/ckeditor.js"></script>-->
|
|
|
- <script src="../o2_core/o2.min.js"></script>
|
|
|
- <script src="js/o2m.api.js"></script>
|
|
|
- <script src="js/cmsDocMobile.min.js"></script>
|
|
|
- <script src="../o2_lib/Decimal.js"></script>
|
|
|
- <script>layout.mobile = true;</script>
|
|
|
+ <title></title>
|
|
|
+ <meta http-equiv="Content-Type" content="text/html; 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>
|
|
|
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
|
</head>
|
|
|
|
|
|
<body style="overflow: auto; margin:0px">
|
|
|
- <div id="appContent" style="overflow: auto"></div>
|
|
|
- <script>
|
|
|
- //动态添加 微信的 jssdk
|
|
|
- function addWxJsSdk() {
|
|
|
- var script = document.createElement("script");
|
|
|
- script.type = "text/javascript";
|
|
|
- script.src = "http://res.wx.qq.com/open/js/jweixin-1.6.0.js";
|
|
|
- document.body.appendChild(script);
|
|
|
- }
|
|
|
- //微信的WeixinJSBridgeReady加载完成后进行判断
|
|
|
- if (!window.WeixinJSBridge || !WeixinJSBridge.invoke) {
|
|
|
- document.addEventListener('WeixinJSBridgeReady', addWxJsSdk, false);
|
|
|
- } else {
|
|
|
- addWxJsSdk();
|
|
|
- }
|
|
|
- </script>
|
|
|
+<div id="appContent" style="overflow: auto"></div>
|
|
|
+<script>
|
|
|
+ //动态添加 微信的 jssdk
|
|
|
+ function addWxJsSdk() {
|
|
|
+ var script = document.createElement("script");
|
|
|
+ script.type = "text/javascript";
|
|
|
+ script.src = "http://res.wx.qq.com/open/js/jweixin-1.6.0.js";
|
|
|
+ document.body.appendChild(script);
|
|
|
+ }
|
|
|
+ //微信的WeixinJSBridgeReady加载完成后进行判断
|
|
|
+ if (!window.WeixinJSBridge || !WeixinJSBridge.invoke) {
|
|
|
+ document.addEventListener('WeixinJSBridgeReady', addWxJsSdk, false);
|
|
|
+ } else {
|
|
|
+ addWxJsSdk();
|
|
|
+ }
|
|
|
+</script>
|
|
|
+
|
|
|
+<!--<script src="res/framework/htmleditor/ckeditor451/ckeditor.js"></script>-->
|
|
|
+<script src="../o2_core/o2.min.js"></script>
|
|
|
+<script src="../o2_lib/Decimal.js"></script>
|
|
|
+<script src="js/base.min.js"></script>
|
|
|
+<script src="js/o2m.api.js"></script>
|
|
|
+<script src="js/cmsDocMobile.min.js"></script>
|
|
|
+<script>layout.mobile = true;</script>
|
|
|
</body>
|
|
|
|
|
|
</html>
|