更新记录
1.0.0(2024-08-19) 下载此版本
无
平台兼容性
yqyx-list使用方法
template部分
<yqyx-list type="cellGroup" :cellList="cellList" :title="title" @clickHandler="dakai"></yqyx-list>
script部分
dakai(e) {
uni.showToast({
title: e.item.text,
icon: 'none'
})
},
属性说明
名称 | 类型 | 默认值 | 描述 |
---|---|---|---|
title | String | 标题 | |
type | String | list(默认值),cellList,cellGroup | 显示样式 |
cellList | Array | 数据渲染 | |
@clickHandler | 单击事件 |