学习问答

This commit is contained in:
yanran200730
2023-01-11 11:31:07 +08:00
parent 315f0e6fdd
commit 4d5c6dfe0f
4 changed files with 171 additions and 27 deletions

View File

@@ -51,7 +51,7 @@
uni.$emit('update')
setTimeout(() => {
uni.navigateTo()
uni.navigateBack()
}, 500)
}
})