优化代码

This commit is contained in:
wuxw 2022-10-26 11:28:08 +08:00
parent f0cfb3a1b2
commit 30d6dfd8dc
2 changed files with 9 additions and 5 deletions

Binary file not shown.

View File

@ -360,12 +360,16 @@
return;
}
$that._closeDoPayFeeModal();
$that.payFeeOrderInfo.receiptId = _data.data.receiptId;
//$that.payFeeOrderInfo.receiptId = _data.data.receiptId;
setTimeout(function () {
$that._queryPayFeeReceiptId(_data);
}, 1000);
//关闭model
$("#payFeeResult").modal({
backdrop: "static", //点击空白处不关闭对话框
show: true
});
// $("#payFeeResult").modal({
// backdrop: "static", //点击空白处不关闭对话框
// show: true
// });
},
function (errInfo, error) {
console.log('请求失败处理');