修改详情点击下一个面经时跳转页面

This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-03-11 14:51:37 +08:00
parent a82e327d18
commit 5ad7e8454a
32 changed files with 374 additions and 371 deletions

View File

@@ -1269,8 +1269,11 @@ const router = useRouter()
// 处理点击列表
const handleItem = uni => {
if (uni == route?.params?.id) return
router.push(`/details/${uni}`)
// if (uni == route?.params?.id) return
// router.push(`/details/${uni}`)
// console.log(uniqid, uni);
if (uniqid == uni) return
uniqid = uni
// info.value = {}
info.value["message"] = ""