[Posting this on behalf of Max Katz as there are technical issues that are preventing him from replying to this topic. We are investigating those issues separately]
1) In App settings--External resources--User-defined resources add:
codehttp://api.map.baidu.com/api?v=1.0&services=false/code
2) On page add HTML component with 250x250 size
3) On page Load add the following code:
prevar map = new
BMap.Map(Appery("html_3").attr("id"));
var point = new BMap.Point(116.404, 39.915);
map.centerAndZoom(point, 15);/pre