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
54da15bd
authored
2021-02-04 11:15:08 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:网上申请
1 parent
079c1474
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
staticJs/onlineApply/certificateIssuance.js
staticJs/onlineApply/certificateIssuance.js
View file @
54da15b
...
...
@@ -88,7 +88,7 @@ function _completeBusiness() {
success
:
function
(
result
)
{
//返回数据根据结果进行相应的处理
if
(
result
.
code
==
200
)
{
layui
.
use
(
'layer'
,
function
()
{
layer
.
msg
(
'办理成功'
);
layer
.
msg
(
'办理成功'
,{
time
:
5000
,
icon
:
6
}
);
});
_completePage
(
GetQueryString
(
'bsm_slsq'
),
GetQueryString
(
'businessno'
));
$
(
'#complete'
).
empty
()
...
...
Please
register
or
sign in
to post a comment