fix: urlparam undefined error

This commit is contained in:
root
2021-06-16 12:11:50 +08:00
parent 43b79ffffc
commit b054ddaa31
3 changed files with 165 additions and 143 deletions

View File

@@ -601,6 +601,7 @@ function renewList() {
for (let i = 0; i < global.contracts.length; ++i) {
const c = global.contracts[i];
console.log(c);
if (c.contractStatus=="KILLED") continue;
if (!c.id) {
c.id = c.contractID;
}