Browse Source

首页增加热度

master
z_yu 2 years ago
parent
commit
29022cf22b
  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