人生啊人生 1 周之前
父节点
当前提交
ac87b35a2f
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/components/ThreeWorldEventQingXiCheAndQv/js/QingXiCheAndQvThreeWorldEventMain.js

+ 5 - 0
src/components/ThreeWorldEventQingXiCheAndQv/js/QingXiCheAndQvThreeWorldEventMain.js

@@ -348,6 +348,11 @@ export class QingXiCheAndQvThreeWorldEventMain {
             aroundTheCarPointNum += 1;
             aroundTheCarPointNum += 1;
         }
         }
 
 
+        if (aroundTheCarPointNum <=5) {
+            // QingXiCheAndQvCarEvent.find().aroundTheCarPointRecord["aroundTheCarPoint_1"] = null;
+            delete QingXiCheAndQvCarEvent.find().aroundTheCarPointRecord["aroundTheCarPoint_1"];
+        }
+
         if (aroundTheCarPointNum >= 8) {
         if (aroundTheCarPointNum >= 8) {
             return true;
             return true;
         }
         }