Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
L
lpsacc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
Acadsoc.JavaLps
lpsacc
Commits
d6a2a845
提交
d6a2a845
authored
6月 23, 2022
作者:
IT-xiaoxiao-肖丽
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
提交
上级
02f16652
显示空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
81 行增加
和
81 行删除
+81
-81
665-1-B.html
sem/cr/pp/yy/15780132/665-1-B.html
+27
-27
652-2-B.html
sem/cr/pp/yy/73537878/652-2-B.html
+27
-27
657-2-B.html
yj/cr/93107161/657-2-B.html
+27
-27
没有找到文件。
sem/cr/pp/yy/15780132/665-1-B.html
浏览文件 @
d6a2a845
...
...
@@ -142,33 +142,33 @@ body{
)
})
</script>
<script>
$
(
function
()
{
register
.
customForm
({
formId
:
'auto-element-652-0'
,
anyVaildation
:
true
,
submit
:
function
(
data
)
{
var
isRegister
=
Fn
.
User
.
IsPhoneRegister
(
data
.
phone
);
var
result
;
if
(
isRegister
===
false
)
{
result
=
Fn
.
User
.
RegisterWithoutPwd
(
data
.
phone
,
data
.
code
);
if
(
result
[
"_r"
]
==
"1"
)
{
register
.
regSuccessFn
();
}
}
else
{
result
=
Fn
.
User
.
LPSLoginWithCodeByAreaCode
(
data
.
phone
,
data
.
code
,
'86'
);
if
(
result
==
'1'
)
{
register
.
regSuccessFn
();
}
}
return
'not-handle'
;
},
getsms
:
function
(
data
)
{
var
isRegister
=
Fn
.
User
.
IsPhoneRegister
(
data
.
phone
);
if
(
isRegister
)
{
result
=
Fn
.
User
.
SMSCodeLoginWithCaptcha
(
data
.
phone
,
0
,
data
.
token
||
''
,
2
);
}
else
{
result
=
Fn
.
User
.
SMSCodeByVerifyImgWithCaptcha
(
data
.
phone
,
0
,
data
.
token
||
''
,
2
);
}
return
result
;
},
})
})
//
$(function () {
//
register.customForm({formId:'auto-element-652-0',anyVaildation:true,submit:function(data) {
//
var isRegister = Fn.User.IsPhoneRegister(data.phone);
//
var result;
//
if (isRegister === false) {
//
result = Fn.User.RegisterWithoutPwd(data.phone, data.code);
//
if (result["_r"] == "1") {
//
register.regSuccessFn();
//
}
//
} else {
//
result = Fn.User.LPSLoginWithCodeByAreaCode(data.phone, data.code, '86');
//
if (result == '1') {
//
register.regSuccessFn();
//
}
//
}
//
return 'not-handle';
//
},getsms: function(data) {
//
var isRegister = Fn.User.IsPhoneRegister(data.phone);
//
if (isRegister) {
//
result = Fn.User.SMSCodeLoginWithCaptcha(data.phone,0,data.token || '', 2);
//
} else {
//
result = Fn.User.SMSCodeByVerifyImgWithCaptcha(data.phone,0, data.token || '', 2);
//
}
//
return result;
//
},
//
})
//
})
</script>
<div
class=
"auto-element-QkVGb1-1 json"
>
...
...
sem/cr/pp/yy/73537878/652-2-B.html
浏览文件 @
d6a2a845
...
...
@@ -138,33 +138,33 @@ body{
)
})
</script>
<script>
$
(
function
()
{
register
.
customForm
({
formId
:
'auto-element-652-0'
,
anyVaildation
:
true
,
submit
:
function
(
data
)
{
var
isRegister
=
Fn
.
User
.
IsPhoneRegister
(
data
.
phone
);
var
result
;
if
(
isRegister
===
false
)
{
result
=
Fn
.
User
.
RegisterWithoutPwd
(
data
.
phone
,
data
.
code
);
if
(
result
[
"_r"
]
==
"1"
)
{
register
.
regSuccessFn
();
}
}
else
{
result
=
Fn
.
User
.
LPSLoginWithCodeByAreaCode
(
data
.
phone
,
data
.
code
,
'86'
);
if
(
result
==
'1'
)
{
register
.
regSuccessFn
();
}
}
return
'not-handle'
;
},
getsms
:
function
(
data
)
{
var
isRegister
=
Fn
.
User
.
IsPhoneRegister
(
data
.
phone
);
if
(
isRegister
)
{
result
=
Fn
.
User
.
SMSCodeLoginWithCaptcha
(
data
.
phone
,
0
,
data
.
token
||
''
,
2
);
}
else
{
result
=
Fn
.
User
.
SMSCodeByVerifyImgWithCaptcha
(
data
.
phone
,
0
,
data
.
token
||
''
,
2
);
}
return
result
;
},
})
})
//
$(function () {
//
register.customForm({formId:'auto-element-652-0',anyVaildation:true,submit:function(data) {
//
var isRegister = Fn.User.IsPhoneRegister(data.phone);
//
var result;
//
if (isRegister === false) {
//
result = Fn.User.RegisterWithoutPwd(data.phone, data.code);
//
if (result["_r"] == "1") {
//
register.regSuccessFn();
//
}
//
} else {
//
result = Fn.User.LPSLoginWithCodeByAreaCode(data.phone, data.code, '86');
//
if (result == '1') {
//
register.regSuccessFn();
//
}
//
}
//
return 'not-handle';
//
},getsms: function(data) {
//
var isRegister = Fn.User.IsPhoneRegister(data.phone);
//
if (isRegister) {
//
result = Fn.User.SMSCodeLoginWithCaptcha(data.phone,0,data.token || '', 2);
//
} else {
//
result = Fn.User.SMSCodeByVerifyImgWithCaptcha(data.phone,0, data.token || '', 2);
//
}
//
return result;
//
},
//
})
//
})
</script>
<div
class=
"auto-element-QkVGb1-1 json"
>
...
...
yj/cr/93107161/657-2-B.html
浏览文件 @
d6a2a845
...
...
@@ -136,33 +136,33 @@ body{
)
})
</script>
<script>
$
(
function
()
{
register
.
customForm
({
formId
:
'auto-element-652-0'
,
anyVaildation
:
true
,
submit
:
function
(
data
)
{
var
isRegister
=
Fn
.
User
.
IsPhoneRegister
(
data
.
phone
);
var
result
;
if
(
isRegister
===
false
)
{
result
=
Fn
.
User
.
RegisterWithoutPwd
(
data
.
phone
,
data
.
code
);
if
(
result
[
"_r"
]
==
"1"
)
{
register
.
regSuccessFn
();
}
}
else
{
result
=
Fn
.
User
.
LPSLoginWithCodeByAreaCode
(
data
.
phone
,
data
.
code
,
'86'
);
if
(
result
==
'1'
)
{
register
.
regSuccessFn
();
}
}
return
'not-handle'
;
},
getsms
:
function
(
data
)
{
var
isRegister
=
Fn
.
User
.
IsPhoneRegister
(
data
.
phone
);
if
(
isRegister
)
{
result
=
Fn
.
User
.
SMSCodeLoginWithCaptcha
(
data
.
phone
,
0
,
data
.
token
||
''
,
2
);
}
else
{
result
=
Fn
.
User
.
SMSCodeByVerifyImgWithCaptcha
(
data
.
phone
,
0
,
data
.
token
||
''
,
2
);
}
return
result
;
},
})
})
//
$(function () {
//
register.customForm({formId:'auto-element-652-0',anyVaildation:true,submit:function(data) {
//
var isRegister = Fn.User.IsPhoneRegister(data.phone);
//
var result;
//
if (isRegister === false) {
//
result = Fn.User.RegisterWithoutPwd(data.phone, data.code);
//
if (result["_r"] == "1") {
//
register.regSuccessFn();
//
}
//
} else {
//
result = Fn.User.LPSLoginWithCodeByAreaCode(data.phone, data.code, '86');
//
if (result == '1') {
//
register.regSuccessFn();
//
}
//
}
//
return 'not-handle';
//
},getsms: function(data) {
//
var isRegister = Fn.User.IsPhoneRegister(data.phone);
//
if (isRegister) {
//
result = Fn.User.SMSCodeLoginWithCaptcha(data.phone,0,data.token || '', 2);
//
} else {
//
result = Fn.User.SMSCodeByVerifyImgWithCaptcha(data.phone,0, data.token || '', 2);
//
}
//
return result;
//
},
//
})
//
})
</script>
<div
class=
"auto-element-QkVGb1-1 json"
>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论