.
This commit is contained in:
@@ -119,7 +119,7 @@ export function getSmsTimer(event, mobile = '') {
|
||||
const canSend = duration.value >= 0;
|
||||
|
||||
if (canSend) {
|
||||
return '获取验证码';
|
||||
return '验证码';
|
||||
}
|
||||
|
||||
if (!canSend) {
|
||||
|
||||
Reference in New Issue
Block a user