【内购】商品更新

iOS_release
zhangaotian 2024-06-25 18:45:12 +08:00
parent 2b7cb5b52a
commit 473f7645e6
1 changed files with 3 additions and 3 deletions

View File

@ -28,19 +28,19 @@ public class UIMainShopController : UIWindow
{
_biEventFirst = EventFirst.fte_buy_coin_small;
_biEvent = Event.click_buy_coin_small;
ShopToBuy(platform + "_pack_coins_100");
ShopToBuy(platform + "_CoinBox_100");
});
BindButton("MainShop/CoinsList/Viewport/Content/CoinMediumPack/Btn_Buy", () =>
{
_biEventFirst = EventFirst.fte_buy_coin_medium;
_biEvent = Event.click_buy_coin_medium;
ShopToBuy(platform + "_pack_coins_600");
ShopToBuy(platform + "_CoinBox_600");
});
BindButton("MainShop/CoinsList/Viewport/Content/CoinLargePack/Btn_Buy", () =>
{
_biEventFirst = EventFirst.fte_buy_coin_large;
_biEvent = Event.click_buy_coin_large;
ShopToBuy(platform + "_pack_coins_1200");
ShopToBuy(platform + "_CoinBox_1200");
});
}