From dba5acb36de9e68be42be21b64b9996020c64395 Mon Sep 17 00:00:00 2001 From: wangxinglong <2371974647@qq.com> Date: Thu, 27 Jan 2022 11:54:09 +0800 Subject: [PATCH] setter --- view/manager/business_circle/add.html | 4 ++-- view/manager/business_circle/edit.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/view/manager/business_circle/add.html b/view/manager/business_circle/add.html index 6987a61..6c2ccdb 100644 --- a/view/manager/business_circle/add.html +++ b/view/manager/business_circle/add.html @@ -138,8 +138,8 @@ location.render("#locationBtn",{ type: 1, - apiType: "baiduMap", - coordinate: "baiduMap", + apiType: "gaodeMap", + coordinate: "gaodeMap", mapType: 0, zoom: 15, title: '区域定位', diff --git a/view/manager/business_circle/edit.html b/view/manager/business_circle/edit.html index d006e50..dd4b8b2 100644 --- a/view/manager/business_circle/edit.html +++ b/view/manager/business_circle/edit.html @@ -145,8 +145,8 @@ location.render("#locationBtn",{ type: 1, - apiType: "baiduMap", - coordinate: "baiduMap", + apiType: "gaodeMap", + coordinate: "gaodeMap", mapType: 0, zoom: 15, title: '区域定位',