浏览代码

超计判断调整

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;