收藏
回答

map组件使用,渲染层错误,是为什么?

<map
  class="map"
  id="map"
  latitude="{{location.latitude}}"
  longitude="{{location.longitude}}"
  scale="{{scale}}"
  setting="{{setting}}"
  enable-overlooking="{{isOverLooking}}"
  enable-3D="{{is3D}}"
  markers="{{markers}}"
>
</map>


回答关注问题邀请回答
收藏
登录 后发表内容