Explorar el Código

超计判断调整

MaiXinRong hace 3 años
padre
commit
12dda1d182
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;