Commit ff4445e3 by qinjianhui

fix: 问题修改

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