Showing
1 changed file
with
4 additions
and
2 deletions
| ... | @@ -190,9 +190,11 @@ const closeCommentBox = (v) => { // 关闭留言框 | ... | @@ -190,9 +190,11 @@ const closeCommentBox = (v) => { // 关闭留言框 |
| 190 | const onClick = (item) => { | 190 | const onClick = (item) => { |
| 191 | // 调整书籍详情页 | 191 | // 调整书籍详情页 |
| 192 | $router.push({ | 192 | $router.push({ |
| 193 | - path: '/client/bookDetail', | 193 | + path: '/client/videoDetail', |
| 194 | query: { | 194 | query: { |
| 195 | - id: item.book_id, | 195 | + prod_id: item.prod_id, |
| 196 | + perf_id: item.perf_id, | ||
| 197 | + book_id: item.book_id | ||
| 196 | } | 198 | } |
| 197 | }); | 199 | }); |
| 198 | } | 200 | } | ... | ... |
-
Please register or login to post a comment