|
@@ -79,7 +79,7 @@ namespace Fort23.Mono
|
|
else
|
|
else
|
|
{
|
|
{
|
|
LimitObj.SetActive(true);
|
|
LimitObj.SetActive(true);
|
|
- Text_LimitCount.text = $"{_shopItemConfig.buyCount - _shopItem.buyCount}/{_shopItemConfig.buyCount}";
|
|
|
|
|
|
+ Text_LimitCount.text = $"{_shopItem.buyCount}/{_shopItemConfig.buyCount}";
|
|
maxCount = _shopItemConfig.buyCount - _shopItem.buyCount;
|
|
maxCount = _shopItemConfig.buyCount - _shopItem.buyCount;
|
|
if (_shopItemConfig.price != 0)
|
|
if (_shopItemConfig.price != 0)
|
|
{
|
|
{
|