콘텐츠 메인 상단 배너 - 크리에이터 불러오는 API 수정

This commit is contained in:
Yu Sung
2023-08-07 01:19:53 +09:00
parent 80f819744e
commit b6fcbaa11a
3 changed files with 16 additions and 11 deletions

View File

@@ -194,7 +194,7 @@ export default {
} else {
this.is_loading = true
try {
const res = await api.searchCreatorAccount(this.search_word, this.page)
const res = await api.searchCreator(this.search_word, this.page)
if (res.status === 200 && res.data.success === true) {
const data = res.data.data
@@ -229,7 +229,7 @@ export default {
async getAccounts() {
this.is_loading = true
try {
const res = await api.getCreatorAccountList(this.page)
const res = await api.getCreatorList(this.page)
if (res.status === 200 && res.data.success === true) {
const data = res.data.data