Authored by 张丽霞

相关资讯没有的情况下,造成detail.js代码错误,部分代码未执行

... ... @@ -70,7 +70,9 @@ function initInfosEvt($container) {
if (typeof $container === 'undefined') {
return;
}
if (typeof $container[0] === 'undefined') {
return;
}
cHammer = new Hammer($container[0]);
//点赞或者收藏事件
... ...