9e6fc802 by wang

Merge remote-tracking branch 'origin/develop' into develop

2 parents 71b680ee e5bf3ab8
...@@ -93,7 +93,7 @@ ...@@ -93,7 +93,7 @@
93 var orderId = "<?=$id?>"; 93 var orderId = "<?=$id?>";
94 $.ajax({ 94 $.ajax({
95 type: 'put', 95 type: 'put',
96 url: apiBaseUrl + 'flow/confirm/loan/' + orderId + '?loanDate' + $('[name=loanDate]').val(), 96 url: apiBaseUrl + 'flow/confirm/loan/' + orderId + '?loanDate=' + $('[name=loanDate]').val(),
97 cache: false, 97 cache: false,
98 dataType: 'json', 98 dataType: 'json',
99 contentType: "application/json; charset=UTF-8", 99 contentType: "application/json; charset=UTF-8",
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!