fix. 코드 정리 (format 적용, 불필요한 파일 제거)
This commit is contained in:
@@ -38,7 +38,6 @@ const { pageData } = storeToRefs(pageDataStore)
|
||||
const { getOperateResources } = useOperateResources()
|
||||
const { sendLog } = useAnalytics()
|
||||
|
||||
// Constants
|
||||
const COLOR_INDEX = { BACKGROUND: 0, TEXT: 1 } as const
|
||||
|
||||
const preregistModalRef = ref<{
|
||||
@@ -71,7 +70,6 @@ const preregistSNS = computed(
|
||||
() => getSupportedPlatforms('2', gameData?.value?.os_type) as Platform[]
|
||||
)
|
||||
|
||||
// SNS Buttons
|
||||
const snsButtonsData = computed(() => {
|
||||
const buttons = getComponentGroupAry(props.components, 'imgSnsButton')
|
||||
const links = getComponentGroupAry(props.components, 'txtSnsLink')
|
||||
@@ -85,7 +83,6 @@ const snsButtonsData = computed(() => {
|
||||
}))
|
||||
})
|
||||
|
||||
// Button Colors
|
||||
const buttonColors = computed(() => {
|
||||
const colorData = getComponentGroupAry(
|
||||
props.components,
|
||||
@@ -124,7 +121,6 @@ const accPaginationData = computed(() =>
|
||||
getComponentGroupAry(props.components, 'pagination')
|
||||
)
|
||||
|
||||
// Async Data - 리워드 완료 데이터
|
||||
const { data: rewardCompletedData } = await useAsyncData(
|
||||
`fx-preregist-resources-${pageData.value?.page_seq}-${pageData.value?.page_ver}-${props.pageVerTmplSeq}`,
|
||||
async () => {
|
||||
|
||||
Reference in New Issue
Block a user