框架
组件
插件
API
简体中文
约 72 字小于 1 分钟
2025-12-16
该方法您监听互联应用的通知变化,并获取飘数。
语法: FxUI.appApi.crossNoticeChange(params, handler)
FxUI.appApi.crossNoticeChange(params, handler)
FxUI.appApi.crossNoticeChange({ accessInfoList: [{ upEa: 'fsceshi003' }] }, (res) => { console.log('Todo', res); this.dTodoCount = res['fsceshi003'].notReadCount; })