포인트 정책 - 페이징 처리
This commit is contained in:
@@ -259,7 +259,7 @@ export default {
|
||||
'USER_AUTHENTICATION': '본인인증',
|
||||
'CONTENT_COMMENT': '콘텐츠 댓글',
|
||||
'ORDER_CONTENT_COMMENT': '구매한 콘텐츠 댓글',
|
||||
'LIVE_CONTINUOUS_LISTEN_30': 'LIVE_CONTINUOUS_LISTEN_30',
|
||||
'LIVE_CONTINUOUS_LISTEN_30': '라이브 연속 청취 30분',
|
||||
},
|
||||
|
||||
policy_type_list: [
|
||||
@@ -530,7 +530,7 @@ export default {
|
||||
this.is_loading = true
|
||||
|
||||
try {
|
||||
const res = await api.getPointPolicyList();
|
||||
const res = await api.getPointPolicyList(this.page);
|
||||
|
||||
if (res.status === 200 && res.data.success === true) {
|
||||
const data = res.data.data
|
||||
|
Reference in New Issue
Block a user