LeviAckerman

Results 4 comments of LeviAckerman

![image](https://user-images.githubusercontent.com/52098741/177065980-1f666f03-cbe8-4246-9b50-55ea304fe8ea.png)

![image](https://user-images.githubusercontent.com/52098741/177066051-199a7cf8-4fcd-4855-bfe7-2bfda02af183.png) 不进行event绑定就不会报错

![image](https://user-images.githubusercontent.com/52098741/177066106-d8efd5a7-7f54-4883-82f1-47bf04c6f73c.png)

找到原因了 新版高德地图将event改成Event了 导致 源码中这个判断过不了 ![image](https://user-images.githubusercontent.com/52098741/177067607-36f92c23-7455-457b-b31a-3f4e0d897bf3.png) 解决办法为 在 vue的created 增加 window.AMap.event = window.AMap.Event; ![image](https://user-images.githubusercontent.com/52098741/177067525-58314878-3dd1-48d4-92eb-6bea9d57059b.png)