
viewclass='container'mapid="map"longitude="{{lon}}"latitude="{{lat}}"scale="14"markers="{{markers}}"/map/view.container{width:750rpx;height:100%;}.containermap{width:100%;height:100%;}Page({data:{lat:'',lon:'',markers:[]},onLoad:function(options){console.log('options',options)letthat=thisletlat=options.latletlon=options.lonconsole.log(options)that.setData({lat:lat,lon:lon,markers:[{iconPath:"/img/img/weizhi.png",//图片id:0,latitude:lat,longitude:lon,width:25,height:25}]})}})













