mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
优化代码
This commit is contained in:
parent
b8b2a6ae20
commit
7d7637da55
@ -233,12 +233,13 @@
|
|||||||
let _data = JSON.parse(json);
|
let _data = JSON.parse(json);
|
||||||
if (_data.code == 404) {
|
if (_data.code == 404) {
|
||||||
vc.toast(_data.msg);
|
vc.toast(_data.msg);
|
||||||
|
if (_data.data && _data.data.orderId) {
|
||||||
$that.payFeeOrderInfo.orderId = _data.data.orderId;
|
$that.payFeeOrderInfo.orderId = _data.data.orderId;
|
||||||
setTimeout('$that._qrCodeCheckPayFinish()', 5000);
|
setTimeout('$that._qrCodeCheckPayFinish()', 5000);
|
||||||
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
$that._closeDoPayFeeModal();
|
$that._closeDoPayFeeModal();
|
||||||
_data = _data.data;
|
|
||||||
$that.payFeeOrderInfo.receiptId = _data.receiptId;
|
$that.payFeeOrderInfo.receiptId = _data.receiptId;
|
||||||
//关闭model
|
//关闭model
|
||||||
$("#payFeeResult").modal({
|
$("#payFeeResult").modal({
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user