1. 程式人生 > >百度地圖載入百度js 出現 BMap is not defined

百度地圖載入百度js 出現 BMap is not defined

!function(mapInit) {
  var script = document.createElement("script");
  script.type = "text/javascript";
  script.src = "http://api.map.baidu.com/api?v=2.0&ak="+ App.BMapAk +"&callback=mapinit";
  window['mapinit'] = function() {
    mapInit();
  };
  document.head.appendChild(script);
  //統計頁面
  APP.ajax('nearby/stat_nearby_me.html', {});
}(function() {
  // 這裡使用BMap

});

給百度js 後面的上一個回撥方法  mapinit