Showing
1 changed file
with
1 additions
and
1 deletions
@@ -207,7 +207,7 @@ function hideAliPay() { | @@ -207,7 +207,7 @@ function hideAliPay() { | ||
207 | 207 | ||
208 | $payApps.each(function(idx, app) { | 208 | $payApps.each(function(idx, app) { |
209 | if ($(app).parent().attr('id') === 'alipay') { | 209 | if ($(app).parent().attr('id') === 'alipay') { |
210 | - $(app).closest('a').css('display', 'none'); | 210 | + $(app).parent().css('display', 'none'); |
211 | return false; | 211 | return false; |
212 | } | 212 | } |
213 | }); | 213 | }); |
-
Please register or login to post a comment