mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +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;
|
||||
}
|
||||
$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('请求失败处理');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user