Badge
Badge
Basic Example:
Props:
属性 | 说明 | 类型 | 默认值 |
---|---|---|---|
type | Badge类型,可选值为redPoint /number /new | string | redPoint |
text | 文本 | string | '' |
textStyle | 文本样式 | object | 无 |
count | 未读数,type为number 时需要 | number | 0 |
showBadge | 是否显示红色标记 | bool | true |
style | 自定义样式 | Object | 无 |
onPress | 点击按钮的点击回调函数 | (e: Object): void | 无 |