lcy
2026-04-24 35b255bd2c9451e49ca5dc7620627d1591930e18
Main/System/PhantasmPavilion/PhantasmPavilionUnlockButton.cs
@@ -49,6 +49,15 @@
                    return;
                }
            }
            else if (unlockWay == 5) // 如果是形象解锁
            {
                bool hasModel = manager.IsUnlock(PhantasmPavilionType.Model, unlockValue);
                if (!hasModel)
                {
                    SysNotifyMgr.Instance.ShowTip("UnLockFail1"); // 可以根据需要换成对应的语言包 Key,如 "形象未解锁"
                    return;
                }
            }
            manager.SendOPPack(type, PhantasmPavilionOperation.Activate, (uint)id);
            SysNotifyMgr.Instance.ShowTip("UnLockSuccess");
        });