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

fix(v3): plus.updateConfigInfo

上级 1b973289
...@@ -104,7 +104,7 @@ export function navigateBack ({ ...@@ -104,7 +104,7 @@ export function navigateBack ({
} }
// 后退时,关闭 toast,loading // 后退时,关闭 toast,loading
uni.hideToast() uni.hideToast()
uni.hideLoading() uni.hideLoading()
if (currentPage.$page.meta.isQuit) { if (currentPage.$page.meta.isQuit) {
......
...@@ -55,7 +55,8 @@ export default { ...@@ -55,7 +55,8 @@ export default {
globalEvent.addEventListener('launchApp', () => { globalEvent.addEventListener('launchApp', () => {
if (process.env.NODE_ENV !== 'production') { if (process.env.NODE_ENV !== 'production') {
console.log('[uni-app] launchApp') console.log('[uni-app] launchApp')
} }
plus.updateConfigInfo && plus.updateConfigInfo()
registerApp(this) registerApp(this)
oldMount.call(this, el, hydrating) oldMount.call(this, el, hydrating)
}) })
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册