From 4ae11e31f4283c71a4f234a945bcabdc70534037 Mon Sep 17 00:00:00 2001 From: xiebing Date: Fri, 19 Dec 2025 16:45:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 2 +- pages/nearby/components/one.vue | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index a7a63da..21d1280 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name" : "qingdao-employment-service", - "appid" : "__UNI__2496162", + "appid" : "__UNI__C939371", "description" : "招聘", "versionName" : "1.0.0", "versionCode" : "100", diff --git a/pages/nearby/components/one.vue b/pages/nearby/components/one.vue index 005269d..a0f7817 100644 --- a/pages/nearby/components/one.vue +++ b/pages/nearby/components/one.vue @@ -9,6 +9,7 @@ :circles="mapCircles" :controls="mapControls" @controltap="handleControl" + :scale="mapScale" > @@ -106,6 +107,7 @@ const tMap = ref(); const progress = ref(); const mapCovers = ref([]); const mapCircles = ref([]); +const mapScale = ref(14.5) const mapControls = ref([ { id: 1, @@ -149,6 +151,8 @@ function changeRangeShow() { function changeRadius(item) { console.log(item); + if(item > 1) mapScale.value = 14.5 - item * 0.3 + else mapScale.value = 14.5 pageState.search.radius = item; rangeShow.value = false; progressChange(item);