Authored by Aiden Xu

分期订单

... ... @@ -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)));
... ...