提交 42b5a30b 编写于 作者: fxy060608's avatar fxy060608

build:v3

上级 de3eb439
......@@ -10362,7 +10362,7 @@ var serviceContext = (function () {
callback.invoke(callbackId, data);
});
const methods = ['getCenterLocation', 'translateMarker', 'getScale', 'getRegion'];
const methods = ['getCenterLocation', 'getScale', 'getRegion'];
class MapContext {
constructor (id, pageVm) {
......@@ -10376,6 +10376,10 @@ var serviceContext = (function () {
includePoints (args) {
operateMapPlayer$3(this.id, this.pageVm, 'includePoints', args);
}
translateMarker (args) {
operateMapPlayer$3(this.id, this.pageVm, 'translateMarker', args);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册