This commit is contained in:
A1300399510
2023-07-28 11:59:55 +08:00
parent 5522645b5b
commit 9cae13f193
3 changed files with 3 additions and 3 deletions

View File

@@ -179,7 +179,7 @@ const handleScroll = (event) => {
// 点击跳转详情页
const goDetail = (uniqid, status) => {
if (status != 1) return
router.push(`/detail?uniqid=${uniqid}`);
router.push(`/detail?id=${uniqid}`);
}
</script>