小程序
小游戏
企业微信
微信支付
扫描小程序码分享
根据文档,想要实现在 map 组件上显示内容只能使用 cover-view 和 cover-image ,但除了 button 组件均不能嵌套,所以无法嵌套 open-data 组件。
有没有什么好的解决方案,请教大家
1 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
用这个方法试试:
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>
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
老铁,手机上还是不行的
wechatide://minicode/1vhTIGmt7q1r
看看这个片段,这是我做的。在开发工具中,左上角那个图标是不动的。map组件也不动。
在我的手机中测试的结果是图标不动,但map组件要动,我正在向大神请教。
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
用这个方法试试:
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>
老铁,手机上还是不行的
wechatide://minicode/1vhTIGmt7q1r
看看这个片段,这是我做的。在开发工具中,左上角那个图标是不动的。map组件也不动。
在我的手机中测试的结果是图标不动,但map组件要动,我正在向大神请教。