收藏
回答

如何在 map 组件上显示用户头像


根据文档,想要实现在 map 组件上显示内容只能使用 cover-view 和 cover-image ,但除了 button 组件均不能嵌套,所以无法嵌套 open-data 组件。

有没有什么好的解决方案,请教大家

回答关注问题邀请回答
收藏

1 个回答

  • এ᭄Norierོꦿ࿐
    এ᭄Norierོꦿ࿐
    2018-08-14

    用这个方法试试:

    wxss文件中添加:

    .mapmask {

      position:fixed;

      top: 3rem;

      left: 0;

      bottom: -1;

      right: 0;

      z-index: 1000;

      background-color: rgba(255, 255, 255, 1)

    }

    wxml文件中添加:

    <view class='mapmask' catchtouchstart='test'>

        <image src="..." />

    </view>


    2018-08-14
    有用
    回复 2
    • Yeenian
      Yeenian
      2018-08-15

      老铁,手机上还是不行的

      2018-08-15
      回复
    • এ᭄Norierོꦿ࿐
      এ᭄Norierོꦿ࿐
      2018-08-15回复Yeenian

      wechatide://minicode/1vhTIGmt7q1r


      看看这个片段,这是我做的。在开发工具中,左上角那个图标是不动的。map组件也不动。

      在我的手机中测试的结果是图标不动,但map组件要动,我正在向大神请教。

      2018-08-15
      回复
登录 后发表内容