Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.portalStaticPage
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
53bd8ef5
authored
2020-12-23 08:38:15 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:网上申请
1 parent
61a5ef55
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
45 deletions
staticJs/onlineApply/identityAuthentication.js
staticJs/onlineApply/identityAuthentication.js
View file @
53bd8ef
...
...
@@ -25,25 +25,7 @@ function take_snapshot() {
}
//下一步事件
function
skipClick
()
{
if
(
_SFYz
()
&&
list
.
sqfs
==
'2'
)
{
$
.
ajax
({
type
:
"post"
,
//提交方式
url
:
portal
.
api_url
+
"/portal/FillInformation/ToZRF"
,
//路径
dataType
:
"json"
,
contentType
:
'application/json'
,
data
:
JSON
.
stringify
({
"bsmSlsq"
:
GetQueryString
(
'bsm_slsq'
),
}),
//数据,这里使用的是Json格式进行传输
success
:
function
(
result
)
{
//返回数据根据结果进行相应的处理
if
(
result
.
code
==
200
)
{
skipNextPage
(
GetQueryString
(
'bsm_slsq'
),
GetQueryString
(
'businessno'
));
}
}
});
}
else
{
skipNextPage
(
GetQueryString
(
'bsm_slsq'
),
GetQueryString
(
'businessno'
));
}
}
// 验证码
...
...
@@ -63,30 +45,3 @@ $(".captcha").click(function () {
}
},
1000
)
})
\ No newline at end of file
// 身份验证
function
_SFYz
()
{
var
isVerification
;
$
.
ajax
({
type
:
"post"
,
//提交方式
url
:
portal
.
api_url
+
"/portal/FillInformation/SFYz"
,
//路径
dataType
:
"json"
,
contentType
:
'application/json'
,
async
:
false
,
data
:
JSON
.
stringify
({
"dhhm"
:
$
(
'#phone'
).
val
(),
"yzm"
:
$
(
'#code'
).
val
(),
"bsmSlsq"
:
GetQueryString
(
'bsm_slsq'
)
}),
//数据,这里使用的是Json格式进行传输
success
:
function
(
result
)
{
//返回数据根据结果进行相应的处理
if
(
result
.
code
==
200
)
{
isVerification
=
true
}
else
{
isVerification
=
false
}
}
});
return
isVerification
}
// /portal/FillInformation/ToZRF转给转入方进行流转
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment