map.html 929 B

12345678910111213141516171819202122
  1. <include file="weixin@block:header"/>
  2. <!--<title>附近设备</title>-->
  3. <link rel="stylesheet" href="/static/weixin/css/shop-map.css?v={$version}">
  4. <div id="app" v-cloak>
  5. <header class="zyw-header">
  6. <div class="zyw-container white-color">
  7. <div class="head-l">
  8. <a href="/" target="_self"><img
  9. src="/static/weixin/img/svg/head-return.svg" alt=""></a>
  10. </div>
  11. <h1>附近设备</h1>
  12. </div>
  13. </header>
  14. <section class="zyw-container weui-list">
  15. <div id="map" class="map"></div>
  16. </section>
  17. <include file="weixin@block:footer_nav"/>
  18. </div>
  19. <script src="/static/weixin/js/jweixin-1.4.0.js?v={$version}"></script>
  20. <script type="text/javascript" src="//api.map.baidu.com/api?v=2.0&ak={$mapKey|default=''}"></script>
  21. <script src="/static/weixin/js/shop-map.js?v={$version}"></script>
  22. <include file="weixin@block:footer"/>