Update index.html

This commit is contained in:
Vinjn Zhang
2014-05-11 12:41:34 +08:00
parent f5058ed3e0
commit 46fb9f4497

View File

@@ -21,7 +21,7 @@ var map = new BMap.Map("allmap"); // 创建Map实例
map.centerAndZoom("上海",15); // 初始化地图,设置中心点坐标和地图级别。
$.ajax({
url: "https://api.douban.com/v2/event/list",
url: "http://api.douban.com/event/location/shanghai",
})
.done(function( response ){
console.log("received", response);