风险预警

This commit is contained in:
shijingjing
2022-03-26 16:48:33 +08:00
parent 95bd2d642f
commit 8996ec590d
3 changed files with 34 additions and 27 deletions

View File

@@ -74,7 +74,7 @@ export default {
if (res.code == 0) {
this.$u.toast('提交成功')
setTimeout(() => {
uni,navigateBack()
uni.navigateBack({delta: 2})
},600)
}
})