dll和逻辑修改

main
Huliang 2026-05-12 13:22:55 +08:00
parent b7a4ff606b
commit c63f650d34
3 changed files with 4 additions and 2 deletions

View File

@ -2913,6 +2913,7 @@ MonoBehaviour:
isSort: 0
isAutoSetDrag: 0
isShowArrow: 0
trailingPadding: 0
lines: 2
squareSpacing: 0
cell: {fileID: 4165410121421802796}

Binary file not shown.

View File

@ -68,6 +68,7 @@ public class UIMedalCountNode : MonoBehaviour
medalItemCount = GetMedalCountFunc?.Invoke(medalItemId) ?? 0;
gameObject.SetActive(true);
gameObject.transform.parent.gameObject.SetActive(true);
EnsureUIReferences();
Refresh(medalItemId);
}