UNPKG

h5-cli

Version:

hello

53 lines (49 loc) 2.16 kB
<!doctype html> <html> <head> <meta charset="UTF-8"> <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no" name="viewport" /> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="mobile-web-app-capable" content="yes" /> <meta name="apple-touch-fullscreen" content="yes" /> <meta name="format-detection" content="telephone=no" /> <meta name="spm-id" content="100.3001"/> <link rel="dns-prefetch" href="//s.yuantutech.com" /> <link rel="dns-prefetch" href="//api.yuantutech.com" /> <title>导航</title> <link rel="stylesheet" href="//cache.amap.com/lbs/static/main1119.css"/> <link rel="stylesheet" type="text/css" href="//daily.yuantutech.com/yuantu/h5-cli/1.12.0/component/frozen.css" /> <style> .ui-btn-wrap{ position: fixed; padding-bottom: 5px; bottom: 15px; z-index: 2; } </style> <script> window.location.href = window.location.href.replace('/pages', '') </script> <script src="//s.yuantutech.com/tms/fb/h5-corp-locations.php"></script> <script type="text/javascript" src="//webapi.amap.com/maps?v=1.3&key=4e2c53026430fd477565c86ce48e6877&plugin=AMap.Geocoder"></script> </head> <body> <div id="container"></div> <div class="ui-btn-wrap ui-flex ui-flex-pack-center"> <button class="ui-btn-lg hide" id="J_MapBtn"> 使用地图导航 </button> </div> <div class="ui-notice hide" id="J_NoData"> <i></i> <p>没有录入地理信息</p> </div> <script charset="utf-8" src="//daily.yuantutech.com/yuantu/h5-cli/1.12.0/??libs/zepto.js,libs/sea.js,libs/seajs-combo.js,config.js,libs/windvane.js,libs/punycode.js,libs/querystring.js,libs/vTemplate.js,component/VModule.js,component/PageModule.js,libs/md5.js,libs/io.js,libs/url.js,libs/util.js,libs/juicer.js,libs/cache.js"></script> <script async src="https://s.yuantutech.com/yuantu/spm/1.0.17/??spm.js,track.js,view.js"></script> <script type="text/javascript"> seajs.use("pages/navigation", function(page){ seajs.use("libs/fastclick"); }); </script> </body> </html>