From 0fa617a09eedf6bdb25eda55fac1d3344859fd93 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期二, 31 三月 2026 19:46:31 +0800
Subject: [PATCH] webgl

---
 Main/System/Store/StoreBaseWin.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Main/System/Store/StoreBaseWin.cs b/Main/System/Store/StoreBaseWin.cs
index 13bc603..1681c1e 100644
--- a/Main/System/Store/StoreBaseWin.cs
+++ b/Main/System/Store/StoreBaseWin.cs
@@ -16,7 +16,7 @@
                 break;
             case 1:
                 //鏃惰
-                currentSubUI = UIManager.Instance.OpenWindow<SkinStoreWin>();
+                currentSubUI = await UIManager.Instance.OpenWindowAsync<SkinStoreWin>();
                 break;
             case 2:
                 // 鍏呭�肩晫闈�

--
Gitblit v1.8.0