...
|
...
|
@@ -28,8 +28,10 @@ var Repayment = function(options) { |
|
|
|
|
|
var params = {
|
|
|
action: 'go.instalmentRepayment',
|
|
|
list: self.setParams(),
|
|
|
amount: self.total
|
|
|
params: {
|
|
|
list: self.setParams(),
|
|
|
amount: self.total
|
|
|
}
|
|
|
};
|
|
|
|
|
|
$(this).attr('href', path + '?openby:yohobuy=' + encodeURIComponent(JSON.stringify(params)));
|
...
|
...
|
|