在做聊天页面的时候 用到了表情,这个位置没有做左右轮播滑动效果,就直接做了上下滑动,但是上下滑动的话 会导致外部的页面也跟着滑动,所以就写了个方法:@touchmove.stop =""
<!-- 表情包组件start -->
<view class="footer-emoji" @touchmove.stop = "">
<emotion></emotion>
</view>
<!-- 表情包组件end -->
原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。
如有侵权,请联系 cloudcommunity@tencent.com 删除。
原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。
如有侵权,请联系 cloudcommunity@tencent.com 删除。