嵌套view外层bindtap,点击不灵
下面的代码,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>