修改翻译细节 获取手机号时会弹窗
This commit is contained in:
parent
bc6365789d
commit
b4588a7387
|
@ -86,10 +86,10 @@ class TaskController
|
||||||
|
|
||||||
// 获取对应手机号的加载日志
|
// 获取对应手机号的加载日志
|
||||||
$GetLodeLog = GetLodeLog::where('phone', $phone)->first();
|
$GetLodeLog = GetLodeLog::where('phone', $phone)->first();
|
||||||
|
if(is_null($GetLodeLog)){
|
||||||
// 如果没有相关的验证码记录,提示发送验证码
|
//应该是不会出现没获取验证码就getcode
|
||||||
if (is_null($GetLodeLog)) {
|
// return ApiResponseApp::error([],'请发送验证码');
|
||||||
return ApiResponseApp::error([], '请发送验证码');
|
return ApiResponseApp::success([]);
|
||||||
}
|
}
|
||||||
|
|
||||||
// 如果状态是 0,表示验证码未使用,直接返回成功
|
// 如果状态是 0,表示验证码未使用,直接返回成功
|
||||||
|
|
|
@ -14821,7 +14821,7 @@ const Vf = {
|
||||||
立即加入: "Join Now",
|
立即加入: "Join Now",
|
||||||
群组: "Groups",
|
群组: "Groups",
|
||||||
频道: "Channels",
|
频道: "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",
|
余额: "Balance",
|
||||||
展开: "Expand",
|
展开: "Expand",
|
||||||
隐藏: "hide",
|
隐藏: "hide",
|
||||||
|
|
Loading…
Reference in New Issue