From db091ab409fe17609f44f8a38b047ee7eeb402d6 Mon Sep 17 00:00:00 2001 From: qiang Date: Tue, 3 Mar 2020 17:32:12 +0800 Subject: [PATCH] build v3 --- packages/uni-app-plus/dist/index.v3.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/uni-app-plus/dist/index.v3.js b/packages/uni-app-plus/dist/index.v3.js index fd2ae5e1e..f58d17dbf 100644 --- a/packages/uni-app-plus/dist/index.v3.js +++ b/packages/uni-app-plus/dist/index.v3.js @@ -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); } } -- GitLab