修改消息也图标

This commit is contained in:
张成
2025-11-16 20:06:22 +08:00
parent ad971796ba
commit eb10ba0a38
7 changed files with 115 additions and 55 deletions

View File

@@ -27,8 +27,10 @@ class App extends Component<AppProps> {
}
componentDidMount() {
// 初始化字典数据
this.getNavBarHeight();
// 使用 requestAnimationFrame 延迟执行,避免阻塞首屏渲染
requestAnimationFrame(() => {
this.getNavBarHeight();
});
// this.getLocation()
}