This commit is contained in:
vinjn
2017-07-15 11:43:56 +08:00
parent b0e5bd8de2
commit 82173872af

View File

@@ -146,7 +146,7 @@ function mapInit(){
});
})
.fail(function() {
// alert('Can not use douban api');
console.log('Can not use douban api');
});
});
}