修改详情点击下一个面经时跳转页面
This commit is contained in:
@@ -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"] = ""
|
||||
|
||||
Reference in New Issue
Block a user