From 62fb9b847a696c2e2302ceaa84efe038cd998af3 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期一, 25 二月 2019 20:10:42 +0800
Subject: [PATCH] 6255 【前端】【2.0】神秘商店开发

---
 System/Store/StoreWin.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/System/Store/StoreWin.cs b/System/Store/StoreWin.cs
index c0dc13a..2f992b9 100644
--- a/System/Store/StoreWin.cs
+++ b/System/Store/StoreWin.cs
@@ -244,10 +244,10 @@
             }
         }
 
-        public void RefreshCoins()
+        void RefreshCoins()
         {
             m_CoinsType1.text = UIHelper.GetMoneyCnt(1).ToString();
-            m_CoinsType2.text = UIHelper.GetMoneyCnt(2).ToString();
+            m_CoinsType2.text = UIHelper.GetMoneyCnt(3).ToString();
             m_CoinsType3.text = UIHelper.ReplaceXianYuanCoinsNum(UIHelper.GetMoneyCnt(17));
         }
 

--
Gitblit v1.8.0