提交 3918a242 编写于 作者: fxy060608's avatar fxy060608

fix(app): set statusbar style when navigate

上级 9b25d232
......@@ -14,6 +14,7 @@ import { navigate, RouteOptions } from './utils'
import { showWebview } from './webview'
import { registerPage } from '../../framework/page'
import { getWebviewId } from '../../framework/webview/utils'
import { setStatusBarStyle } from '../../statusBar'
export const $navigateTo: DefineAsyncApiFn<API_TYPE_NAVIGATE_TO> = (
args,
......@@ -77,6 +78,7 @@ function _navigateTo({
resolve({ eventChannel })
}
)
setStatusBarStyle()
})
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册