Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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 21:59:00 +0800
Commit
68dfe03265b91e49c51c6d047842e2a124a86e81
1 parent
17b35d96
回滚样式修改 及商品咨询页,跳回延迟3秒
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
static/js/product/detail/consultform.js
static/sass/product/_detail.scss
static/js/product/detail/consultform.js
View file @
68dfe03
...
...
@@ -66,7 +66,8 @@ $consultForm.on('submit', function() {
isSubmiting
=
false
;
loading
.
hideLoadingMask
();
}
else
{
window
.
history
.
go
(
-
1
);
tip
.
show
(
'提交成功~'
);
setTimeout
(
window
.
history
.
go
(
-
1
),
4000
);
}
}).
fail
(
function
()
{
tip
.
show
(
'网络出了点问题~'
);
...
...
static/sass/product/_detail.scss
View file @
68dfe03
...
...
@@ -42,7 +42,6 @@ $basicBtnC:#eb0313;
box-sizing
:
border-box
;
//padding: pxToRem(20px) pxToRem(12px);
padding
:
4%
3%
;
height
:pxToRem
(
50px
)
;
//width: 50%;
border-bottom
:
pxToRem
(
4px
)
solid
#fff
;
border-right
:
pxToRem
(
4px
)
solid
#fff
;
...
...
Please
register
or
login
to post a comment