uniApp自定义聊天信息左滑删除效果

仿QQ删除聊天和删除好友

效果图:


(1) Friend-page.vue文件相关代码


注: txtStyle为滑动块定位位置,添加到动态style样式上,左滑的位置由它控制,必不可少


(3) Friend 文件相关代码

总结:该方法主要是根据固定位置来达到左滑效果,样式中需要position:fixed做定位;故html结构的style会是动态数据,利用@touchstart、@touchmove、@touchend来监听结构在视图区域的位置,然后动态改变结构style中left值

你可能感兴趣的:(uniApp自定义聊天信息左滑删除效果)