人生啊人生 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;
         }
 
+        if (aroundTheCarPointNum <=5) {
+            // QingXiCheAndQvCarEvent.find().aroundTheCarPointRecord["aroundTheCarPoint_1"] = null;
+            delete QingXiCheAndQvCarEvent.find().aroundTheCarPointRecord["aroundTheCarPoint_1"];
+        }
+
         if (aroundTheCarPointNum >= 8) {
             return true;
         }