fix: [PWT-169] 사전 등록 > 기기 체크 없이 스토브 앱 다운로드 버튼 노출되는 현상 문의
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user