🛠️

19302 工具站

在线工具集合

文章/uni-app 应用图标角标设置

uni-app 应用图标角标设置

2022年04月12日2,377 次阅读⏱ 约 1 分钟UniApp

uni-app 手机桌面应用消息角标 实现:

// 使用 h5+ 实现
/ 设置数字
plus.runtime.setBadgeNumber(8);
// 清除数字
plus.runtime.setBadgeNumber(0)

💬评论(0)

💭

暂无评论