#2727 bot详情页跳转页面顶部
This commit is contained in:
parent
e8eb49a0ba
commit
807e9db627
|
|
@ -36,6 +36,7 @@ function BasicInformation(props){
|
|||
if(botDetail){
|
||||
setContent(botDetail.bot_des);
|
||||
setImage(botDetail.logo)
|
||||
window.scrollTo(0,0)
|
||||
}
|
||||
},[botDetail])
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue