Commit fbe0978d authored by JingChao's avatar JingChao

hmap

parent 8acbec2b
......@@ -9,7 +9,6 @@
<!-- safari私有meta标签 允许全屏模式浏览 指定safari顶部状态栏样式(黑色) -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<script type="text/javascript" src="./static/vuePlatform.js"></script>
<title>车租易</title>
</head>
<body>
......
......@@ -70,7 +70,7 @@ let routeGo = function (index) {
}
Vue.prototype.$routeGo = routeGo
let hlsExit = function () {
/*let hlsExit = function () {
if (vum.Platform.isIOS()) {
cordova.exec(null, null, 'BridgePlugin', 'closeWebView', [])
} else {
......@@ -83,7 +83,7 @@ let hlsExit = function () {
HandBridge.postMessage(JSON.stringify(dict))
}
}
Vue.prototype.$hlsExit = hlsExit
Vue.prototype.$hlsExit = hlsExit*/
// FastClick.attach(document.body)
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment