feat(core): list music top list and newest in home page

This commit is contained in:
OldHawk
2017-10-03 17:25:05 +08:00
parent 768a89154d
commit 54a0735e99
7 changed files with 158 additions and 4 deletions

View File

@@ -222,7 +222,7 @@
torrent_status: 'reviewed',
torrent_type: 'music',
newest: true,
limit: 14
limit: 13
}, function (items) {
if (items.rows.length > 0) {
vm.musicNewList = items.rows;