健康上报

This commit is contained in:
shijingjing
2022-10-10 15:28:59 +08:00
parent 4984f4bbce
commit 18525d7f45
6 changed files with 46 additions and 58 deletions

View File

@@ -138,9 +138,8 @@ export default {
this.$toast('提交成功')
uni.$emit('update')
setTimeout(() => {
// ?id=${res.data.id}
uni.redirectTo({
url: `./Result`
url: `./Result?id=${res.data.id}&name=${res.data.name}&idNumber=${res.data.idNumber}`
})
}, 400)
}