导航栏红点
这个提交包含在:
父节点
43996176cf
当前提交
150568746b
@ -24,7 +24,13 @@ export struct SafeView {
|
|||||||
@Prop opacitys: number | Resource
|
@Prop opacitys: number | Resource
|
||||||
// 是否显示返回按钮
|
// 是否显示返回按钮
|
||||||
@Prop hideBack: boolean
|
@Prop hideBack: boolean
|
||||||
|
/**
|
||||||
|
* 是否显示左侧角标,存在onClickLeft时生效
|
||||||
|
*/
|
||||||
@Prop showBadgeLeft: boolean;
|
@Prop showBadgeLeft: boolean;
|
||||||
|
/**
|
||||||
|
* 是否显示右侧角标,存在onClickLeft时生效
|
||||||
|
*/
|
||||||
@Prop showBadgeRight: boolean;
|
@Prop showBadgeRight: boolean;
|
||||||
// 设置返回按钮事件,如果hideBack为true,该事件无效
|
// 设置返回按钮事件,如果hideBack为true,该事件无效
|
||||||
onBackEvent?: () => void = undefined
|
onBackEvent?: () => void = undefined
|
||||||
|
|||||||
正在加载...
在新工单中引用
屏蔽一个用户