Commit 66cd0314 authored by 肖健's avatar 肖健

领取成功后重置短信验证码倒计时

parent d212f7d6
...@@ -512,7 +512,11 @@ export default { ...@@ -512,7 +512,11 @@ export default {
that.http.httpTokenRequest(opts, data).then(res => { that.http.httpTokenRequest(opts, data).then(res => {
let code = res.data.code let code = res.data.code
if (code == 200) { if (code == 200) {
this.receiveSuccessShow = true
//清空短信验证码倒计时
that.$refs.uCode.reset();
that.receiveSuccessShow = true
that.getActCheckInfo() that.getActCheckInfo()
} else if (code == 1000000003) { } else if (code == 1000000003) {
that.checkCaptchaInfo() that.checkCaptchaInfo()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment