Authored by 郭成尧

alipay-ajax

... ... @@ -207,7 +207,7 @@ function hideAliPay() {
$payApps.each(function(idx, app) {
if ($(app).parent().attr('id') === 'alipay') {
$(app).closest('a').css('display', 'none');
$(app).parent().css('display', 'none');
return false;
}
});
... ...