Commit df094b0f by Administrator

Merge branch 'dev' into 'master'

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

See merge request !59
parents bea75be0 2cbf0708
...@@ -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