Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
梁志锋
2015-12-05 22:12:40 +0800
Commit
83cf6ddad658d6d5ba8571dda5f7c833b477e2be
1 parent
e36561cb
延迟时间改为3秒 code review by zhaobiao
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
static/js/product/detail/consultform.js
static/js/product/detail/consultform.js
View file @
83cf6dd
...
...
@@ -67,7 +67,7 @@ $consultForm.on('submit', function() {
loading
.
hideLoadingMask
();
}
else
{
tip
.
show
(
'提交成功~'
);
setTimeout
(
window
.
history
.
go
(
-
1
),
4
000
);
setTimeout
(
window
.
history
.
go
(
-
1
),
3
000
);
}
}).
fail
(
function
()
{
tip
.
show
(
'网络出了点问题~'
);
...
...
Please
register
or
login
to post a comment