wuwangdong 4 years ago
parent
commit
f87fd3f577
1 changed files with 5 additions and 1 deletions
  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);
+
+                }    
             });
         }
     }