修改消息也图标
This commit is contained in:
@@ -27,8 +27,10 @@ class App extends Component<AppProps> {
|
||||
}
|
||||
|
||||
componentDidMount() {
|
||||
// 初始化字典数据
|
||||
this.getNavBarHeight();
|
||||
// 使用 requestAnimationFrame 延迟执行,避免阻塞首屏渲染
|
||||
requestAnimationFrame(() => {
|
||||
this.getNavBarHeight();
|
||||
});
|
||||
// this.getLocation()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user