如何让marker在一定层级才显示出来 Hyinglin 2022-09-02 101 阅读1分钟 let marker = new this.AMap.Marker({ position: [arr[0], arr[1]], icon: '../../assets/imgs/boil.png', map: that.map, zooms: [10, 12] //关键代码 });