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
code: <Verify @success="verifyChecked" :mode="'pop'" :captchaType="'blockPuzzle'" :imgSize="{ width: '260px', height: '155px' }" :phone="phone" ref="verify"
代码如上,uni-app中以app模式运行验证码校验通过会执行success回调,但以uni-app的h5模式运行当验证码校验通过并不会执行success回调,验证码窗口为刷新验证码不会关闭验证码窗口
The text was updated successfully, but these errors were encountered:
No branches or pull requests
code:
<Verify
@success="verifyChecked"
:mode="'pop'"
:captchaType="'blockPuzzle'"
:imgSize="{ width: '260px', height: '155px' }"
:phone="phone"
ref="verify"
代码如上,uni-app中以app模式运行验证码校验通过会执行success回调,但以uni-app的h5模式运行当验证码校验通过并不会执行success回调,验证码窗口为刷新验证码不会关闭验证码窗口
The text was updated successfully, but these errors were encountered: