mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
优化代码
This commit is contained in:
parent
30d6dfd8dc
commit
290c777be8
BIN
public/pages/property/.DS_Store
vendored
BIN
public/pages/property/.DS_Store
vendored
Binary file not shown.
@ -404,12 +404,9 @@
|
|||||||
}
|
}
|
||||||
$that._closeDoPayFeeModal();
|
$that._closeDoPayFeeModal();
|
||||||
_data = _data.data;
|
_data = _data.data;
|
||||||
$that.payFeeOrderInfo.receiptId = _data.receiptId;
|
setTimeout(function () {
|
||||||
//关闭model
|
$that._queryPayFeeReceiptId(_data);
|
||||||
$("#payFeeResult").modal({
|
}, 1000);
|
||||||
backdrop: "static", //点击空白处不关闭对话框
|
|
||||||
show: true
|
|
||||||
});
|
|
||||||
},
|
},
|
||||||
function (errInfo, error) {
|
function (errInfo, error) {
|
||||||
console.log('请求失败处理');
|
console.log('请求失败处理');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user