This commit is contained in:
BianLzhaoMin 2025-04-01 09:15:01 +08:00
parent c253ee2750
commit b852b9105d
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ getTaskDetailsData()
//
const onSubmitOptions = () => {
uni.navigateTo({ url: `/pages/opinion/index?taskId=${taskId.value}` })
uni.redirectTo({ url: `/pages/opinion/index?taskId=${taskId.value}` })
}
</script>