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
32a19a6edb036a571cd23299e0cb10504895314a
1 parent
0a3b3e81
update undefined
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
static/js/guang/info.js
static/js/guang/info.js
View file @
32a19a6
...
...
@@ -47,11 +47,13 @@ function setLazyLoadAndMellipsis($infos) {
* @params $container 逛资讯列表容器
*/
function
initInfosEvt
(
$container
)
{
var
cHammer
;
if
(
typeof
$container
===
'undefined'
)
{
return
;
}
var
cHammer
=
new
Hammer
(
$container
[
0
]);
cHammer
=
new
Hammer
(
$container
[
0
]);
cHammer
.
on
(
'tap'
,
function
(
e
)
{
var
$this
=
$
(
e
.
target
),
...
...
Please
register
or
login
to post a comment