mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 11:19:56 +00:00
perf: 优化一处定位签到的问题
This commit is contained in:
parent
f25d72e4f5
commit
77224c3726
@ -1761,6 +1761,7 @@ export default {
|
|||||||
this.$store.dispatch('openAppMapPage', {
|
this.$store.dispatch('openAppMapPage', {
|
||||||
key: item.config.key,
|
key: item.config.key,
|
||||||
point: `${item.config.lng},${item.config.lat}`,
|
point: `${item.config.lng},${item.config.lat}`,
|
||||||
|
radius: item.config.radius,
|
||||||
}).then(data => {
|
}).then(data => {
|
||||||
if (!$A.isJson(data)) {
|
if (!$A.isJson(data)) {
|
||||||
return
|
return
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user