feat(web): update user statement page UI

This commit is contained in:
zhaoying
2025-12-30 18:52:25 +08:00
parent 67d6286274
commit 61e6cc9e42
5 changed files with 51 additions and 107 deletions

View File

@@ -27,7 +27,6 @@ const EndUserProfile = forwardRef<EndUserProfileRef, EndUserProfileProps>(({ onD
getData()
}, [id])
// 记忆洞察
const getData = () => {
if (!id) return
setLoading(true)