fix(vip): Reorganize vip torrents show/hide

show in user status uploaded torrents list
show in uploaded list at admin user page
show in all newest torrents list at admin manage page
This commit is contained in:
OldHawk
2017-12-07 11:45:58 +08:00
parent 99a5e44d12
commit c93ff903bf
8 changed files with 37 additions and 14 deletions

View File

@@ -69,8 +69,7 @@
TorrentsService.get({
userid: $state.params.userId,
torrent_type: 'all',
torrent_status: 'all',
torrent_vip: false
torrent_status: 'all'
}, function (items) {
vm.userUploadedList = items.rows;
vm.buildPager();