easy-swipe-cell

介绍

可以滑动来展示操作按钮的单元格组件。

使用方法

import '../../components/easy-swipe-cell.stml'

例子

<easy-swipe-cell
    :itemId="item.id"
    :itemContent="item.content"
    :touchIdNow="touchID"
    ontouch="getTouchID"
    onclickBtn="getClickTyeAndId"
>
</easy-swipe-cell>

props 属性

参数 说明 类型 默认值
itemId 组件数据ID,必填 string -
itemContent 组件展示的内容,必填 string -
touchIdNow 当前正在操作的组件数据ID,必填 string -

events 事件

事件名 说明 回调参数
touch 触摸事件 touchID : 当前触摸操作的数据ID
clickBtn 操作按钮点击事件 type:按钮类别,id:数据ID
是否仍需要帮助? 请保持联络!
最后更新于 2024/11/18