Authored by 郭成尧

alipay-ajax

@@ -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 });