少年修仙传客户端代码仓库
client_linchunjie
2019-03-12 ef46f0ead893591f9b4dbf9ad114da5b565f6362
System/MainInterfacePanel/FeatureNoticeModel.cs
@@ -120,11 +120,7 @@
                        var _itemArray = LitJson.JsonMapper.ToObject<int[][]>(_jsonData[_key].ToJson());
                        for (int j = 0; j < _itemArray.Length; j++)
                        {
                            _award.Add(_job, new AwardItem()
                            {
                                item = new Item(_itemArray[j][0], _itemArray[j][1]),
                                isBind = 1,
                            });
                            _award.Add(_job, new Item(_itemArray[j][0], _itemArray[j][1]));
                        }
                    }
                    DicAwardItem.Add(functionForecastConfig.FuncId, _award);