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