基础用法
自定义 Cover 及大小
可编辑 Cover
API
Attributes
名称 | 说明 | 类型 | 默认值 | 必填 |
---|---|---|---|---|
type | 根据类型显示 cover | enum | album | 否 |
src | 自定义 cover ,优先级高于 type | string | 无 | 否 |
width | 宽 | number | 72 | 否 |
height | 高 | number | 72 | 否 |
placeholder | src 和 type 不存在时显示内容 | string | 无 | 否 |
isCoverEdit | 是否可编辑 | boolean | false | 否 |
coverEdit | 编辑 cover 的工具函数 | function | 无 | 否 |
Events
名称 | 说明 | 类型 |
---|---|---|
coverEdit | 编辑 cover 的工具函数,当 coverEdit 为 true 时该方法必传 | function |