Commit 285f81ba authored by spc's avatar spc

pages/xingmaLab/xingmaLab

parent 47856018
...@@ -547,8 +547,8 @@ const handleSuccessBtnClick = () => { ...@@ -547,8 +547,8 @@ const handleSuccessBtnClick = () => {
console.log('点击成功状态按钮') console.log('点击成功状态按钮')
// 这里可以添加完成后的跳转逻辑 // 这里可以添加完成后的跳转逻辑
// uni.navigateBack() // uni.navigateBack()
uni.navigateTo({ uni.redirectTo({
url: '/pages/XingmaLab/XingmaLab' url: '/pages/xingmaLab/xingmaLab'
}) })
} }
......
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