shawenguan hace 1 año
padre
commit
17a48f1ab9
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Scripts/wubian/wubianRevokeEntrust.js

+ 1 - 0
Scripts/wubian/wubianRevokeEntrust.js

@@ -106,6 +106,7 @@ function getRevokeEntrustName() {
 async function tryRevokeEntrust() {
     let name = getRevokeEntrustName();
     let page = 1;
+    let entrustOrderTotal = 0;
     let optOrderNum = 0;
     while (page < 100) {
         let retOrder = await getOrderList(0, page);