人生啊人生 1 tuần trước cách đây
mục cha
commit
ac87b35a2f

+ 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;
         }