|
@@ -143,7 +143,7 @@ namespace GFGGame
|
|
if (index < TeapartyRoleIdList.Count - 1)
|
|
if (index < TeapartyRoleIdList.Count - 1)
|
|
strRoleName = strRoleName + "、";
|
|
strRoleName = strRoleName + "、";
|
|
}
|
|
}
|
|
- strAlertText = string.Format("茶话会角色:{0}参与人数不足,确认是否开启!" ,strRoleName);
|
|
|
|
|
|
+ strAlertText = string.Format("茶话会角色:[color=#FF0000]{0}[/color]参与人数不足,确认是否开启!", strRoleName);
|
|
}
|
|
}
|
|
else
|
|
else
|
|
strAlertText = "是否开启茶话会?";
|
|
strAlertText = "是否开启茶话会?";
|