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
liangxs
2016-04-28 15:07:48 +0800
Commit
36e48650615f6a8d0e8d6683eaa4cd6a5725cc35
2 parents
a32384b5
8d67c5db
Merge branch 'feature/coupon' into beta/wap
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
static/js/index/coupon.js
static/sass/home/_coupon.css
static/js/index/coupon.js
View file @
36e4865
...
...
@@ -95,6 +95,10 @@ $('.coupon-message-op-rel').on('click', function() {
});
if
(
$
(
'#noData'
).
length
>
0
)
{
tip
.
show
(
'网络异常!'
);
if
(
location
.
href
.
indexOf
(
'?openby:yohobuy='
)
<=
0
){
tip
.
show
(
'网络异常!'
);
}
else
{
console
.
log
(
location
.
href
.
indexOf
(
'?openby:yohobuy='
))
}
}
...
...
static/sass/home/_coupon.css
View file @
36e4865
...
...
@@ -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