This commit is contained in:
yanran200730
2021-12-30 13:53:05 +08:00
parent 03a01aaf0e
commit c91df9daf5
3 changed files with 14 additions and 10 deletions

View File

@@ -74,7 +74,9 @@ export default {
})
},
confirm() {
history.go(2 - history.length)
uni.navigateBack({
delta: 2
})
}
},
onShow() {