|
|
@@ -121,7 +121,8 @@ var bootstrap = function ($, learun) { |
|
|
|
param.LoanMoney = $('#LoanMoney').val(); |
|
|
|
param.PayFeeDetail = detail; |
|
|
|
param.PayMoney = $('#PayMoney').html(); |
|
|
|
learun.loading(true); |
|
|
|
learun.loading(true, '正在生成付款信息请稍等...'); |
|
|
|
$("#confirmPayFee").hide(); |
|
|
|
learun.httpAsyncPost(top.$.rootUrl + '/EducationalAdministration/StuInfoFresh/PayFeeQRCode?keyValue=' + keyValue, { strEntity: JSON.stringify(param), detailList: JSON.stringify(list) }, function (res) { |
|
|
|
learun.loading(false); |
|
|
|
//console.log(res); |
|
|
|