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