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
export default abstract class Bill extends Service{ }
抽象的Service,会导致 this.service.bill类型为Function,而不是对象。
The text was updated successfully, but these errors were encountered:
嗯,应该是条件类型判断的问题,我修复一下
Sorry, something went wrong.
abstract class 本来就不是用来使用的,你这个用法也是有问题的
No branches or pull requests
抽象的Service,会导致 this.service.bill类型为Function,而不是对象。
The text was updated successfully, but these errors were encountered: