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
yyq
9 years ago
Commit
a7ac7c5bbce60fe31f52a738c47289795c6d11c8
1 parent
da462a24
gulp ge
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
0 deletions
static/dist/myohobuy/1.3.29/index-debug.js
static/dist/myohobuy/1.3.29/index.css
static/dist/myohobuy/1.3.29/index.js
static/dist/myohobuy/1.3.29/index-debug.js
View file @
a7ac7c5
...
...
@@ -6257,8 +6257,12 @@ function highlightMainItem() {
var
$mainItem
=
$
(
'.filter-body .classify'
);
$mainItem
.
on
(
'touchstart'
,
'.shower'
,
function
()
{
var
bpIdData
=
$
(
this
).
attr
(
'data-bp-id'
)
||
''
;
$mainItem
.
removeClass
(
'highlight'
);
$
(
this
).
addClass
(
'highlight'
);
$
(
document
).
trigger
(
'shouldSendBpData'
,
[
bpIdData
]);
}).
on
(
'touchend touchcancel'
,
'.shower'
,
function
()
{
$
(
this
).
removeClass
(
'highlight'
);
});
...
...
static/dist/myohobuy/1.3.29/index.css
View file @
a7ac7c5
This diff could not be displayed because it is too large.
static/dist/myohobuy/1.3.29/index.js
View file @
a7ac7c5
This diff could not be displayed because it is too large.
Please
register
or
login
to post a comment