商品详情页促销信息点击整行 就显示下拉菜单 code review by xuqi
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -38,7 +38,7 @@ if (0 === $('.goodsDiscount .discount-folder').children().length) { | @@ -38,7 +38,7 @@ if (0 === $('.goodsDiscount .discount-folder').children().length) { | ||
38 | } | 38 | } |
39 | 39 | ||
40 | //goods-discount下拉按钮点击事件 | 40 | //goods-discount下拉按钮点击事件 |
41 | -$('.goodsDiscount .dropdown').on('touchend', function(e) { | 41 | +$('.goodsDiscount').on('touchend', function(e) { |
42 | if ($discountFolder.is(':hidden')) { | 42 | if ($discountFolder.is(':hidden')) { |
43 | $discountArrow.removeClass('icon-down').addClass('icon-up').html(''); | 43 | $discountArrow.removeClass('icon-down').addClass('icon-up').html(''); |
44 | $discountFolder.slideDown(); | 44 | $discountFolder.slideDown(); |
-
Please register or login to post a comment