fix:1、修复bug
This commit is contained in:
@@ -126,7 +126,7 @@ namespace ChillConnect
|
||||
|
||||
if (DataMgr.NewWatchCd.Value.Count == 0)
|
||||
{
|
||||
for (int i = 0; i < 5; i++)
|
||||
for (int i = 0; i < 7; i++)
|
||||
{
|
||||
DataMgr.NewWatchCd.Value.Add(0);
|
||||
}
|
||||
@@ -459,7 +459,7 @@ namespace ChillConnect
|
||||
//is debug test--------
|
||||
|
||||
|
||||
return true;//zhushi
|
||||
// return true;//zhushi
|
||||
// return false;//zhushi
|
||||
// return false;//zhushi
|
||||
return GetLoginModel().IsMagic;
|
||||
@@ -581,7 +581,8 @@ namespace ChillConnect
|
||||
|
||||
public static string getChNumber(decimal ch)
|
||||
{
|
||||
return $"{ch:N}";
|
||||
string str = "<img src='ui://o9974uc5qbo98'/>";
|
||||
return str + $"$ {ch:N}";
|
||||
}
|
||||
|
||||
public static string GetDeviceLanguage()
|
||||
@@ -1116,7 +1117,7 @@ namespace ChillConnect
|
||||
|
||||
public static int GetLevel()
|
||||
{
|
||||
// DataMgr.GameLevel.Value = 500;//zhushi
|
||||
// DataMgr.GameLevel.Value = 13;//zhushi
|
||||
return DataMgr.GameLevel.Value;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user