优化 `layer.photos` 鼠标滚轮事件

pull/1421/head
贤心 2023-11-01 16:19:57 +08:00
parent a33b7cd59a
commit ee76081230
1 changed files with 1 additions and 0 deletions

View File

@ -1598,6 +1598,7 @@ layer.photos = function(options, loop, key){
} else {
zoomElem.eq(1).trigger('click');
}
e.preventDefault();
});
};