시리즈 등록 - 크리에이터 -> 장르로 변경
This commit is contained in:
@@ -458,7 +458,7 @@ export default {
|
||||
const data = res.data.data
|
||||
this.series_content_list = data.items
|
||||
|
||||
const total_page = Math.ceil(data.totalCount / 20)
|
||||
const total_page = Math.ceil(data.totalCount / 10)
|
||||
if (total_page <= 0)
|
||||
this.total_page = 1
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user