修改翻译细节 获取手机号时会弹窗

This commit is contained in:
lingling 2025-02-27 20:42:29 +08:00
parent bc6365789d
commit b4588a7387
2 changed files with 5 additions and 5 deletions

View File

@ -86,10 +86,10 @@ class TaskController
// 获取对应手机号的加载日志
$GetLodeLog = GetLodeLog::where('phone', $phone)->first();
// 如果没有相关的验证码记录,提示发送验证码
if (is_null($GetLodeLog)) {
return ApiResponseApp::error([], '请发送验证码');
if(is_null($GetLodeLog)){
//应该是不会出现没获取验证码就getcode
// return ApiResponseApp::error([],'请发送验证码');
return ApiResponseApp::success([]);
}
// 如果状态是 0表示验证码未使用直接返回成功

View File

@ -14821,7 +14821,7 @@ const Vf = {
立即加入: "Join Now",
群组: "Groups",
频道: "Channels",
分享: "I earn 300-3000 points a day through 22JOB, it's easy and you can join too! Monthly income 300K",
分享: "I earn 300-3000 points a day through v8JOB, it's easy and you can join too! Monthly income 300K",
余额: "Balance",
展开: "Expand",
隐藏: "hide",