Commit e9bbdad0 by pangchong

fix: bug处理

parent 65dd2e1a
...@@ -103,9 +103,8 @@ onLoad(() => { ...@@ -103,9 +103,8 @@ onLoad(() => {
}) })
const goTo = (url, params) => { const goTo = (url, params) => {
if (params) { if (params) {
uni.$mocpJump.navigateTo(url, params).then(() => { aogStore.setState('materialType', params.materialType)
aogStore.setState('materialType', params.materialType) uni.$mocpJump.navigateTo(url, params)
})
} else { } else {
uni.$mocpJump.navigateTo(url) uni.$mocpJump.navigateTo(url)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment