settings
This commit is contained in:
@@ -147,7 +147,7 @@ namespace NBF
|
||||
if (response.ErrorCode == ErrorCode.Success)
|
||||
{
|
||||
SetBindItemData(id, response.Rigs);
|
||||
Notices.Show("配件变更成功");
|
||||
Notices.Success("配件变更成功");
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -168,7 +168,7 @@ namespace NBF
|
||||
if (response.ErrorCode == ErrorCode.Success)
|
||||
{
|
||||
SetBindItemData(id, response.Rigs);
|
||||
Notices.Show("配件变更成功");
|
||||
Notices.Success("配件变更成功");
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -236,7 +236,7 @@ namespace NBF
|
||||
Slots.Clear();
|
||||
Slots.AddRange(response.Slots);
|
||||
// SetBindItemData(id, response.Rigs);
|
||||
Notices.Show("插槽设置成功");
|
||||
Notices.Success("插槽设置成功");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user