| System/OpenServerActivity/FlashSaleItemCell.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
System/OpenServerActivity/FlashSaleItemCell.cs
@@ -132,7 +132,9 @@ break; case 0: btnStateText.text = Language.Get("FlashRushToBuy102"); flashSaleBtn.AddListener(() => { storeModel.SendBuyShopItem(storeConfig,saleItem.itemCount); }); flashSaleBtn.AddListener(() => { storeModel.SendBuyShopItem(storeConfig,1); }); break; } }