Authored by 王水玲

有货分期

@@ -56,7 +56,7 @@ var Repayment = function(options) { @@ -56,7 +56,7 @@ var Repayment = function(options) {
56 } 56 }
57 57
58 self.update(); 58 self.update();
59 - $(this).data('checked', !$(this).data('checked')); 59 + $(this).data('checked', $(this).data('checked'));
60 }); 60 });
61 }; 61 };
62 62