下面的代码,downposter和 button 的触发用户转发,只有点击到元素特定的位置才能触发。
<view class="downposterbox" bindtap='downposter'>
<view>
<view class="fa fa-arrow-down"></view>
<view style='margin-top:-20px;color:#fff;'>生成分享海报</view>
</view>
</view>
<button plain="true" class="btnsharefriend" open-type="share">
<view class="fa fa-comment-dots"></view>
<view style='margin-top:-20px;color:#fff;'>转发给好友</view>
</button>
找到问题了,设置下z-index就可以了
麻烦给个相关的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html),我们定位下问题
方便做个代码片段让我体验下呢