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
up-code组件在uniapp h5中使用:keepRunning="true"刷新后会丢失验证码倒计时 <up-code ref="uCodeRef" @change="codeChange" :seconds="seconds" :keepRunning="true" uniqueKey="page-b" @start="start" :changeText="changeText">
"uview-plus": "^3.3.37",
The text was updated successfully, but these errors were encountered:
到code组件源码文件中 在setTimeToStorage内,把if(this.secNum > 0 && this.secNum < this.seconds)改成if(this.secNum > 0 && this.secNum <= this.seconds)
Sorry, something went wrong.
No branches or pull requests
up-code组件在uniapp h5中使用:keepRunning="true"刷新后会丢失验证码倒计时
<up-code ref="uCodeRef" @change="codeChange" :seconds="seconds" :keepRunning="true"
uniqueKey="page-b" @start="start" :changeText="changeText">
"uview-plus": "^3.3.37",
The text was updated successfully, but these errors were encountered: