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
毕凯
9 years ago
Commit
3fe67d6bd2cf44e6cbc05f3bbff4775689314433
1 parent
99825c63
个人中心页面,我的订单按钮,没有点击效果
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
static/js/me/index.js
static/sass/me/_home.scss
static/js/me/index.js
View file @
3fe67d6
...
...
@@ -19,9 +19,9 @@ myImage.onload = function() {
$userAvatar
.
css
(
'background-image'
,
'url('
+
avatar
+
')'
);
};
$
(
'.yoho-page'
).
on
(
'touchstart'
,
'.list-item, .type-item'
,
function
()
{
$
(
'.yoho-page'
).
on
(
'touchstart'
,
'.list-item, .type-item
, .order-title
'
,
function
()
{
$listItem
.
removeClass
(
'highlight'
);
$
(
this
).
addClass
(
'highlight'
);
}).
on
(
'touchend touchcancel'
,
'.list-item, .type-item'
,
function
()
{
}).
on
(
'touchend touchcancel'
,
'.list-item, .type-item
, .order-title
'
,
function
()
{
$
(
this
).
removeClass
(
'highlight'
);
});
...
...
static/sass/me/_home.scss
View file @
3fe67d6
...
...
@@ -136,6 +136,10 @@
color
:
#e0e0e0
;
float
:
right
;
}
&
.highlight
{
background
:
#eee
;
}
}
.order-type
{
...
...
Please
register
or
login
to post a comment