Authored by Aiden Xu

分期订单

... ... @@ -39,16 +39,6 @@ function totalCancelChecked(index) {
return total;
}
$('.repay-list .notice').on('click', function() {
$notice.show();
return false;
});
$('.think-ok, .mask-bg').on('click', function() {
$notice.hide();
});
$('.repay-list label').on('click', function() {
var li = $(this).parents('li'),
index = li.index(),
... ...