This commit is contained in:
lxk0301
2021-03-04 10:58:45 +08:00
parent f19cba7233
commit 24ced5fd7d

View File

@@ -86,6 +86,7 @@ if ($.isNode()) {
$.nickName || $.UserName $.nickName || $.UserName
}********\n` }********\n`
); );
try {
$.hasNext = true; $.hasNext = true;
$.refundtotalamount = 0; $.refundtotalamount = 0;
$.orderList = new Array(); $.orderList = new Array();
@@ -126,6 +127,9 @@ if ($.isNode()) {
} }
} }
showMsg(); showMsg();
} catch (e) {
$.logErr(e)
}
} }
} }
})() })()