Commit 2cbf0708 by wusiyi

fix: 删除获取验证码时的loading展示

parent 4969e6d2
...@@ -128,7 +128,7 @@ ...@@ -128,7 +128,7 @@
<el-button <el-button
size="small" size="small"
@click="sendVerificationCode" @click="sendVerificationCode"
:loading="countdownConfig[currentMethod]?.loading"> :disabled="countdownConfig[currentMethod]?.loading">
{{ {{
countdownConfig[currentMethod]?.loading countdownConfig[currentMethod]?.loading
? `${countdownConfig[currentMethod].countdown}s后重发` ? `${countdownConfig[currentMethod].countdown}s后重发`
......
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