Authored by 毕凯

gulp ge

No preview for this file type
No preview for this file type
... ... @@ -524,6 +524,12 @@ $categoryContainer.on('touchend', function(e) {
$cur, index;
$cur = $this.closest('.p-level-item');
//第一次单击右则空白处,出现冒泡
if ($(e.target).closest('.sub-level').length <=0) {
e.preventDefault();
}
if ($cur.length > 0) {
index = $cur.index();
$subLevel = $this.closest('.content').find('.sub-level');
... ... @@ -9575,6 +9581,11 @@ $categoryContainer.on('touchend', function(e) {
$cur = $this.closest('.p-level-item');
//第一次单击右则空白处,出现冒泡
if ($(e.target).closest('.sub-level').length <=0) {
e.preventDefault();
}
$subLevelContainer = $this.closest('.content').find('.sub-level-container');
$subLevelContainer.removeClass('hide');
... ...
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.