Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
Plain Diff
Browse Files
Authored by
陈轩
2016-11-15 16:16:16 +0800
Commit
577e58c044d2c7ba574b4683be1ff2f49b6aa782
2 parents
fea5069a
e0bb5a3c
Merge branch 'feature/detail-coupon' into release/5.2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
public/js/product/detail/brand-coupon.js
public/scss/product/detail/_detail.css
public/js/product/detail/brand-coupon.js
View file @
577e58c
...
...
@@ -86,8 +86,8 @@ var brandCoupon = {
},
1000
);
}
}
}).
fail
(
function
(
res
)
{
tip
.
show
(
res
.
message
);
}).
fail
(
function
()
{
tip
.
show
(
'网络异常,请稍后再试'
);
});
},
...
...
public/scss/product/detail/_detail.css
View file @
577e58c
...
...
@@ -11,7 +11,7 @@ $basicBtnC: #eb0313;
background-color
:
#f0f0f0
;
.yoho-tip
{
z-index
:
4
;
z-index
:
100
;
}
.page-block
{
...
...
Please
register
or
login
to post a comment