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
张丽霞
2016-06-15 18:22:23 +0800
Commit
26f7b9bdf51cedef5748c83acf4cf970a168c8e8
1 parent
210b0842
相关资讯没有的情况下,造成detail.js代码错误,部分代码未执行
Show 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 @
26f7b9b
...
...
@@ -70,7 +70,9 @@ function initInfosEvt($container) {
if
(
typeof
$container
===
'undefined'
)
{
return
;
}
if
(
typeof
$container
[
0
]
===
'undefined'
)
{
return
;
}
cHammer
=
new
Hammer
(
$container
[
0
]);
//点赞或者收藏事件
...
...
Please
register
or
login
to post a comment