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);