Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -192,7 +192,7 @@ const onClick = (item) => { | ... | @@ -192,7 +192,7 @@ const onClick = (item) => { |
| 192 | $router.push({ | 192 | $router.push({ |
| 193 | path: '/client/bookDetail', | 193 | path: '/client/bookDetail', |
| 194 | query: { | 194 | query: { |
| 195 | - id: item.id | 195 | + id: item.book_id, |
| 196 | } | 196 | } |
| 197 | }); | 197 | }); |
| 198 | } | 198 | } | ... | ... |
-
Please register or login to post a comment