Lan Miao
Results
2
issues of
Lan Miao
## 1. 百度地图SDK放到基座中 ### 基座应用: ``` // index.html ``` ### 子应用 ``` // index.html window.BMapGL = window.rawWindow.BMapGL window.BMAP_ANCHOR_TOP_LEFT = window.rawWindow.BMAP_ANCHOR_TOP_LEFT window.BMAP_STATUS_SUCCESS = window.rawWindow.BMAP_STATUS_SUCCESS // Tip: 子应用使用iframe方式,导致百度地图SDK中的instanceof检测结果会不符合预期,添加代码, // 且代码中的数组定义 [] 需要变为...
feature
TODO