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
@RequestMapping(value = "/{goodsId}/buy" 我去掉了 method = RequestMethod.GET,因为handler.js里的 $.post总是提示错误,导致点击购买无效;
现在点击购买后,提示购买成功,数据库里的数量也少了,但是需要手动刷新,页面上的数量才会减少。 慢慢学习中。。。代码写的很好,很容易看懂
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@RequestMapping(value = "/{goodsId}/buy" 我去掉了 method = RequestMethod.GET,因为handler.js里的 $.post总是提示错误,导致点击购买无效;
现在点击购买后,提示购买成功,数据库里的数量也少了,但是需要手动刷新,页面上的数量才会减少。
慢慢学习中。。。代码写的很好,很容易看懂
The text was updated successfully, but these errors were encountered: