feat: 球局详情管理 未完

This commit is contained in:
2025-09-16 17:30:30 +08:00
parent 1b4c8f9e73
commit 7dea93acde
10 changed files with 480 additions and 210 deletions

View File

@@ -91,7 +91,7 @@ const NTRPEvaluatePopup = (props: NTRPEvaluatePopupProps, ref) => {
<Button onClick={handleEvaluate}></Button>
</View>
</CommonPopup>
{showEntry && props.children}
{showEntry ? props.children : ''}
</>
);
};