Compare commits

..

No commits in common. "59c63e5e9b080455a8e1cd927dbd206ce5f4e182" and "36ed72de51aacc9b87792d65102f4b50d37dc260" have entirely different histories.

1 changed files with 2 additions and 5 deletions

View File

@ -45,7 +45,7 @@
class="scan-icon" class="scan-icon"
alt="" alt=""
/> />
<p>{{ form.code ? "重新扫码" : "扫码识别" }}</p> <p>扫码识别</p>
</div> </div>
</div> </div>
</div> </div>
@ -187,11 +187,8 @@ function getCode() {
timeWait(codeTime.value); timeWait(codeTime.value);
} else { } else {
showToast(res.msg); showToast(res.msg);
}
}).catch(() => {
showToast("获取验证码失败,请刷新页面重试");
}).finally(() => {
disabled.value = false; disabled.value = false;
}
}); });
} }
function getNumber() { function getNumber() {