We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
movies/fe/src/component/detail.jsx
Line 35 in d5551bf
The text was updated successfully, but these errors were encountered:
我这里获取电影信息和附件是两个接口,附件的接口只有登录后才出发,Didmount执行时判断登录的接口还没返回
Sorry, something went wrong.
No branches or pull requests
movies/fe/src/component/detail.jsx
Line 35 in d5551bf
按文档中描述的场景是用户刷新页面之后登录状态消失了,我理解是只需要在didmount的时候判断一次就行了,componentWillUpdate里再触发action应该会再触发一次更新吧。
The text was updated successfully, but these errors were encountered: