优化代码

This commit is contained in:
wuxw 2022-10-26 16:04:49 +08:00
parent 30d6dfd8dc
commit 290c777be8
2 changed files with 14 additions and 17 deletions

Binary file not shown.

View File

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