mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 09:44:26 +08:00
fix npe
This commit is contained in:
@@ -48,7 +48,7 @@ export default {
|
|||||||
|
|
||||||
return {
|
return {
|
||||||
mapSupported: !!this.mapHolder,
|
mapSupported: !!this.mapHolder,
|
||||||
mapDependencyLoaded: this.mapHolder.dependencyLoaded,
|
mapDependencyLoaded: this.mapHolder && this.mapHolder.dependencyLoaded,
|
||||||
mapInited: false,
|
mapInited: false,
|
||||||
initCenter: {
|
initCenter: {
|
||||||
latitude: 0,
|
latitude: 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user