Sfoglia il codice sorgente

超计判断调整

MaiXinRong 3 anni fa
parent
commit
12dda1d182
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app/public/js/global.js

+ 1 - 1
app/public/js/global.js

@@ -935,7 +935,7 @@ const checkUtils = {
                 for (const p of posRange) {
                     if (checkUtils.posOver(p)) return true;
                 }
-                return false;
+                // return false;
             }
             if (data.is_tp) {
                 if (!data.total_price) return !!data.end_contract_tp;