#2727 bot详情页跳转页面顶部

This commit is contained in:
黄心宇 2025-11-18 16:42:20 +08:00
parent e8eb49a0ba
commit 807e9db627
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ function BasicInformation(props){
if(botDetail){
setContent(botDetail.bot_des);
setImage(botDetail.logo)
window.scrollTo(0,0)
}
},[botDetail])