merge: merge old web-client
This commit is contained in:
@@ -243,6 +243,11 @@ function onExecuteResult(obj) {
|
||||
onExecuteResultInternal(obj);
|
||||
}
|
||||
|
||||
function onExecuteContractTrustfully(obj) {
|
||||
console.log(obj);
|
||||
$("#consistencyResult").html(global.executeResult.size + "个结果一致");
|
||||
}
|
||||
|
||||
function showContractResult(requestID) {
|
||||
var data = global.responseCollector[requestID][0];
|
||||
result = data;
|
||||
@@ -601,7 +606,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.contractStatus == "KILLED") continue;
|
||||
if (!c.id) {
|
||||
c.id = c.contractID;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user