fix. 수정된 플랫폼 타입 조건에 따라 버튼 표시 로직 개선

This commit is contained in:
“hyeonggkim”
2025-12-09 21:03:54 +09:00
parent cda8e2e3b8
commit cf8af2245d

View File

@@ -79,7 +79,7 @@
<div v-if="launchingStatus" class="flex flex-1">
<BlocksButtonLauncher
v-if="Number(gameData?.platform_type) !== 2 && device.isDesktop"
v-if="Number(gameData?.platform_type) !== 2 && device.isDesktop || Number(gameData?.platform_type) === 1"
type="custom"
platform="pc"
class="inspection-btn inspection-btn-primary w-full color-black text-sm md:text-base flex-1"