人生啊人生 преди 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;
         }