소스 검색

超计判断调整

MaiXinRong 3 년 전
부모
커밋
12dda1d182
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;