fix: [PWT-169] 사전 등록 > 기기 체크 없이 스토브 앱 다운로드 버튼 노출되는 현상 문의

This commit is contained in:
clkim
2025-12-08 18:37:02 +09:00
parent 379c1e1b6a
commit 418adfec17
7 changed files with 127 additions and 119 deletions

View File

@@ -14,7 +14,6 @@ const props = defineProps<Props>()
// Configuration
const runtimeConfig = useRuntimeConfig()
const breakpoints = useResponsiveBreakpoints()
const device = useDevice()
const dataResourcesUrl = runtimeConfig.public.dataResourcesUrl as string
@@ -200,7 +199,7 @@ const splideOptions = computed(() => {
})
const isRunButtonVisible = (marketType?: Platform): boolean => {
if (breakpoints.value?.isDesktop) return true
if (device.isDesktop) return true
switch (marketType) {
case 'google_play':
@@ -291,7 +290,7 @@ const handlePreregistClick = () => {
{{ tm('Preregist_Btn_Preegist') }}
</BlocksButtonLauncher>
<template
v-for="platform in getSupportedPlatforms(gameData?.os_type)"
v-for="platform in getSupportedPlatforms(gameData?.os_type, '2')"
:key="`preregist-${platform}`"
>
<BlocksButtonLauncher