Commit 8e8a2da7 by qinjianhui

fix: 问题修改

parent 82a6c5f0
......@@ -128,9 +128,9 @@
<el-button
size="small"
@click="sendVerificationCode"
:disabled="countdownConfig[currentMethod]?.loading">
:disabled="countdownConfig[currentMethod] && countdownConfig[currentMethod].loading">
{{
countdownConfig[currentMethod]?.loading
countdownConfig[currentMethod] && countdownConfig[currentMethod].loading
? `${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