react-component / form

React High Order Form Component(web & react-native)
http://react-component.github.io/form/
MIT License
1.81k stars 296 forks source link

[Bug]页面跳转之后,新页面还可能调用上一页面的事件 #388

Open nqsjd178559344 opened 4 years ago

nqsjd178559344 commented 4 years ago

在上一页面,通过 键盘 enter 键 进行 接口处理,成功后进行 路由跳转 ,跳转到新页面 后 点击 enter 键还会调用上一页面事件及接口

image