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
Plain Diff
Browse Files
Authored by
郭成尧
2016-04-29 12:52:44 +0800
Commit
22417ee057b5b5f736a114b3c84fdacb707897a9
2 parents
47536035
8d67c5db
Merge branch 'feature/coupon' of
http://git.dev.yoho.cn/web/yohobuywap
into feature/coupon
some
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
static/js/index/coupon.js
static/sass/home/_coupon.css
static/js/index/coupon.js
View file @
22417ee
...
...
@@ -95,6 +95,10 @@ $('.coupon-message-op-rel').on('click', function() {
});
if
(
$
(
'#noData'
).
length
>
0
)
{
if
(
location
.
href
.
indexOf
(
'?openby:yohobuy='
)
<=
0
){
tip
.
show
(
'网络异常!'
);
}
else
{
console
.
log
(
location
.
href
.
indexOf
(
'?openby:yohobuy='
))
}
}
...
...
static/sass/home/_coupon.css
View file @
22417ee
...
...
@@ -10,7 +10,7 @@
.just-img
{
width
:
100%
;
float
:
left
;
margin
:
20px
0
;
margin
:
0
;
}
.coupon-floor
{
float
:
left
;
...
...
Please
register
or
login
to post a comment