Browse Source

Merge remote-tracking branch 'origin/master'

master
xuhuajiao 2 years ago
parent
commit
732e7611d1
  1. 2
      src/views/index.vue

2
src/views/index.vue

@ -151,7 +151,7 @@ export default {
isOtherBook: index !== 0,
nbAuthor: item.bookAuthor,
isNewBook: false,
num: 0,
num: item.heat ? item.heat : '0',
isbn: item.isbn
}
const params = {

Loading…
Cancel
Save