提交 074ae4df 编写于 作者: DCloud-WZF's avatar DCloud-WZF 💬

fix(getLocation): 高德无定位权限未触发 fail (question/166298)

上级 d3d62929
......@@ -112,5 +112,9 @@ export function getLocation ({
errMsg: 'getLocation:fail ' + error.message
})
})
}).catch((error) => {
invoke(callbackId, {
errMsg: 'getLocation:fail ' + error.message || JSON.stringify(error)
})
})
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册