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
079c1474
authored
2021-02-04 11:04:37 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:网上申请
1 parent
5707f7e6
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
staticJs/onlineApply/certificateIssuance.js
staticViews/onlineApply/identityAuthentication.html
staticJs/onlineApply/certificateIssuance.js
View file @
079c147
...
...
@@ -88,7 +88,7 @@ function _completeBusiness() {
success
:
function
(
result
)
{
//返回数据根据结果进行相应的处理
if
(
result
.
code
==
200
)
{
layui
.
use
(
'layer'
,
function
()
{
layer
.
msg
(
result
.
message
);
layer
.
msg
(
'办理成功'
);
});
_completePage
(
GetQueryString
(
'bsm_slsq'
),
GetQueryString
(
'businessno'
));
$
(
'#complete'
).
empty
()
...
...
staticViews/onlineApply/identityAuthentication.html
View file @
079c147
...
...
@@ -37,7 +37,7 @@
<h2>
买方
</h2>
</div>
<div
class=
"sms_authentication"
>
<h5>
短信认证
</h5>
<h5
style=
"margin-bottom: 10px;"
>
短信认证
</h5>
<div
class=
"phone"
>
<span>
手机号
</span>
<input
type=
"tel"
maxlength=
"11"
id=
"phone"
name=
"phone"
placeholder=
"请输入手机号"
class=
"layui-input phoneInput"
>
...
...
Please
register
or
sign in
to post a comment