ClearBadgeValue
- 清除 APP 一级页面导航栏角标
方法名 | 参数传递 | 说明 |
---|---|---|
ClearBadgeValue | {Index:0} | 根据下标清除一级页面导航栏图标角标 |
/*
* params:
* {
* Index: 导航栏下标
* }
*/
PublicLib.ClearBadgeValue({ Index: 0 });
1
2
3
4
5
6
7
2
3
4
5
6
7
方法名 | 参数传递 | 说明 |
---|---|---|
ClearBadgeValue | {Index:0} | 根据下标清除一级页面导航栏图标角标 |
/*
* params:
* {
* Index: 导航栏下标
* }
*/
PublicLib.ClearBadgeValue({ Index: 0 });