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
uedxwg
9 years ago
Commit
77a38c8011f4f8b4f8ebe56ef0f945c5bb48d793
1 parent
cee4be07
update
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
static/js/me/coupons.js
static/sass/me/_personal-details.scss
template/m.yohobuy.com/actions/index/home/coupons.phtml
static/js/me/coupons.js
View file @
77a38c8
...
...
@@ -8,6 +8,6 @@ $('.employ span').each(function(index) {
employ
.
on
(
'tap'
,
function
(
e
)
{
$
(
'.employ-list'
).
addClass
(
'none'
).
eq
(
index
).
removeClass
(
'none'
);
$
(
'.employ span'
).
removeClass
(
'active'
).
eq
(
index
).
addClass
(
'active'
);
window
.
rePosFooter
();
window
.
rePosFooter
();
});
});
\ No newline at end of file
...
...
static/sass/me/_personal-details.scss
View file @
77a38c8
...
...
@@ -28,7 +28,6 @@
>
span
{
&
:first-of-type
{
color
:
#444
;
line-height
:
100rem
/
$pxConvertRem
;
}
width
:
42%
;
height
:
100%
;
...
...
template/m.yohobuy.com/actions/index/home/coupons.phtml
View file @
77a38c8
...
...
@@ -15,7 +15,7 @@
{
{^
used
}
}
<div
class=
"null"
>
<i></i>
<p>您还没有
未使用的优惠券
</p>
<p>您还没有
优惠券!
</p>
<a
href=
"{{topURL}}"
>随便逛逛</a>
</div>
{
{/
used
}
}
...
...
@@ -32,7 +32,7 @@
{
{^
unused
}
}
<div
class=
"null"
>
<i></i>
<p>您还没有
已使用的优惠券
</p>
<p>您还没有
使用的优惠券!
</p>
<a
href=
"{{topURL}}"
>随便逛逛</a>
</div>
{
{/
unused
}
}
...
...
Please
register
or
login
to post a comment