| Main/System/Store/StoreModel.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Main/System/Store/StoreModel.cs
@@ -281,6 +281,11 @@ for (int i = 0; i < netPack.ShopIDList.Length; i++) { var config = StoreConfig.Get((int)netPack.ShopIDList[i]); if (config == null) { Debug.LogError("前后端商店数据不一致"); continue; } //UnlockType 2 由服务端通知 StoreData storeData = new StoreData(); storeData.shopId = config.ID;