用了基础库版本1.4.0之后,map无法点击和拖动了
往上拖动会触发触底事件
就好像地图被穿透了,直接点到page了
wxss文件:
/*================包裹地图的view================*/
.mapview {
width: 100%;
height: 75%;
position: absolute;
bottom: 0rpx;
}
/*================地图本身================*/
.tmap {
height: 100%;
width: 100%;
}
1.3.0正常