Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
hf
2015-12-05 23:57:28 +0800
Commit
a194b71cc69a4da5fc958484d8f1f118c2a199d5
2 parents
dfda5bcb
f1eb2446
Merge branch 'develop' of
http://git.dev.yoho.cn/web/yohobuy
into develop
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
static/js/product/detail/consultform.js
static/js/product/detail/consultform.js
View file @
a194b71
...
...
@@ -67,7 +67,9 @@ $consultForm.on('submit', function() {
loading
.
hideLoadingMask
();
}
else
{
tip
.
show
(
'提交成功~'
);
setTimeout
(
window
.
history
.
go
(
-
1
),
3000
);
setTimeout
(
function
()
{
window
.
history
.
go
(
-
1
);
},
3000
);
}
}).
fail
(
function
()
{
tip
.
show
(
'网络出了点问题~'
);
...
...
Please
register
or
login
to post a comment