- 需求的场景描述(希望解决的问题)
分享按钮图片,开发工具可以看到,体验版在手机上看不到
- 希望提供的能力
<!-- 下部 分享按钮 -->
<view class="detai_bottom">
<view open-type="share">
<button class="button_none" open-type="share" data-title='{{ detailData.strBookName }}' title="{{ detailData.strBookName }}" size='mini' hover-class="none">
<image class="share_icon" src="../images/share.png"></image>
</button>
</view>
</view>
.share_icon {
position: fixed;
width: 60rpx;
height: 60rpx;
bottom: 10%;
right: 10%;
}
开发工具截图:
真机调试截图:
已解决 是因为button带有overflow:hidden;属性 改为其他属性显示了
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)