wuwangdong 4 лет назад
Родитель
Сommit
f87fd3f577
1 измененных файлов с 5 добавлено и 1 удалено
  1. 5 1
      assets/script/game/data/GameData.ts

+ 5 - 1
assets/script/game/data/GameData.ts

@@ -1141,7 +1141,11 @@ export class GameData {
             let data = this._productMakeTimesData.productUnlockMaxId;
 
             data.forEach(function (value, key) {
-                
+                if(key != ProductType.dw)
+                {
+                    let data = this.updateDataToSever(key);
+
+                }    
             });
         }
     }