Showing
1 changed file
with
0 additions
and
10 deletions
@@ -39,16 +39,6 @@ function totalCancelChecked(index) { | @@ -39,16 +39,6 @@ function totalCancelChecked(index) { | ||
39 | return total; | 39 | return total; |
40 | } | 40 | } |
41 | 41 | ||
42 | -$('.repay-list .notice').on('click', function() { | ||
43 | - $notice.show(); | ||
44 | - | ||
45 | - return false; | ||
46 | -}); | ||
47 | - | ||
48 | -$('.think-ok, .mask-bg').on('click', function() { | ||
49 | - $notice.hide(); | ||
50 | -}); | ||
51 | - | ||
52 | $('.repay-list label').on('click', function() { | 42 | $('.repay-list label').on('click', function() { |
53 | var li = $(this).parents('li'), | 43 | var li = $(this).parents('li'), |
54 | index = li.index(), | 44 | index = li.index(), |
-
Please register or login to post a comment