From 128ad892d11b4cbc37851747f02e19956fe949b9 Mon Sep 17 00:00:00 2001 From: Yer <17633066053@163.com> Date: Thu, 3 Aug 2023 16:36:41 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20:sparkles:=20=E4=B9=B0=E5=AE=B6?= =?UTF-8?q?=E7=AB=AF=E4=BD=BF=E7=94=A8=E6=9C=80=E6=96=B0=E5=9C=B0=E5=9D=80?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E5=99=A8=EF=BC=8C=E9=BB=98=E8=AE=A4=E5=9C=A8?= =?UTF-8?q?config=E5=85=B3=E9=97=AD=E9=AB=98=E5=BE=B7=E5=9C=B0=E5=9B=BE?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=EF=BC=8C=E5=BC=80=E5=90=AF=E5=90=8E=E5=8F=AF?= =?UTF-8?q?=E7=BB=A7=E7=BB=AD=E4=BD=BF=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buyer/src/components/addressManage/index.vue | 40 +++-- buyer/src/components/map/index.vue | 165 ++++++++---------- buyer/src/components/map/multiple-map.vue | 147 ++++++++++++++++ buyer/src/config/index.js | 1 + .../src/pages/home/orderCenter/AddAddress.vue | 38 ++-- buyer/src/pages/shopEntry/FirstApply.vue | 40 +++-- buyer/src/pages/shopEntry/ThirdApply.vue | 68 ++++---- 7 files changed, 325 insertions(+), 174 deletions(-) create mode 100644 buyer/src/components/map/multiple-map.vue diff --git a/buyer/src/components/addressManage/index.vue b/buyer/src/components/addressManage/index.vue index ee0dc4e0..380de001 100644 --- a/buyer/src/components/addressManage/index.vue +++ b/buyer/src/components/addressManage/index.vue @@ -12,12 +12,8 @@ - - + {{ formData.address || '暂无地址' }} + @@ -43,12 +39,12 @@ - + diff --git a/buyer/src/components/map/index.vue b/buyer/src/components/map/index.vue index f8023b2f..36092c4e 100644 --- a/buyer/src/components/map/index.vue +++ b/buyer/src/components/map/index.vue @@ -1,114 +1,94 @@ diff --git a/buyer/src/components/map/multiple-map.vue b/buyer/src/components/map/multiple-map.vue new file mode 100644 index 00000000..9e164efa --- /dev/null +++ b/buyer/src/components/map/multiple-map.vue @@ -0,0 +1,147 @@ + + + + + diff --git a/buyer/src/config/index.js b/buyer/src/config/index.js index 135fe97e..9b2d07f9 100644 --- a/buyer/src/config/index.js +++ b/buyer/src/config/index.js @@ -16,6 +16,7 @@ module.exports = { //FIXME 请检查当前高德key创建的日期,如果2021年12月02日之前申请的 无需填写安全密钥 aMapSecurityJsCode:"2bd0fbf621881f4c77be74f0e76495f3", // 高德web端js申请的安全密钥 aMapKey: "7f11113750315d8543daaf5c3ba353ca", //高德web端js申请的api key + aMapSwitch:false, //是否开启高德定位 enableCDN: true, //生产环境 是否启用cdn加载 vue等js port: 10000, //端口 inputMaxLength:'140' //全局输入框默认最大输入长度字 diff --git a/buyer/src/pages/home/orderCenter/AddAddress.vue b/buyer/src/pages/home/orderCenter/AddAddress.vue index 2db01781..74736db6 100644 --- a/buyer/src/pages/home/orderCenter/AddAddress.vue +++ b/buyer/src/pages/home/orderCenter/AddAddress.vue @@ -7,8 +7,9 @@ - - + {{ formData.address || '暂无地址' }} + + @@ -29,14 +30,15 @@ - + + diff --git a/buyer/src/pages/shopEntry/FirstApply.vue b/buyer/src/pages/shopEntry/FirstApply.vue index 57337c3d..e06dc089 100644 --- a/buyer/src/pages/shopEntry/FirstApply.vue +++ b/buyer/src/pages/shopEntry/FirstApply.vue @@ -10,11 +10,8 @@ /> - + {{ form.companyAddressPath || '暂无地址' }} + + +