处理哦 -> 咨询

This commit is contained in:
huangjian
2022-11-21 17:07:18 +08:00
committed by memory
parent 8b08377ee6
commit 5d1d865e65
3 changed files with 3 additions and 3 deletions

View File

@@ -246,7 +246,7 @@ public class LoginCodeActivity extends BaseLoginAct {
String text = "注销时间:" + simpleDateFormat.format(new Date(exception.getCancelDate()));
int end = text.length();
text += "\n\n请联系客服微信yinyoukefu01处理哦~";
text += "\n\n请联系客服微信yinyoukefu01咨询";
SpannableString spannableString = new SpannableString(text);
spannableString.setSpan(new ForegroundColorSpan(ContextCompat.getColor(LoginCodeActivity.this, R.color.appColor)),
0, end, Spannable.SPAN_INCLUSIVE_EXCLUSIVE);

View File

@@ -150,7 +150,7 @@ public class LoginPasswordActivity extends BaseLoginAct {
String text = "注销时间:" + simpleDateFormat.format(new Date(exception.getCancelDate()));
int end = text.length();
text += "\n\n请联系客服微信yinyoukefu01处理哦~";
text += "\n\n请联系客服微信yinyoukefu01咨询";
SpannableString spannableString = new SpannableString(text);
spannableString.setSpan(new ForegroundColorSpan(ContextCompat.getColor(LoginPasswordActivity.this, R.color.appColor)),
0, end, Spannable.SPAN_INCLUSIVE_EXCLUSIVE);

View File

@@ -254,7 +254,7 @@ public class QuickPassLoginAct extends BaseLoginAct implements View.OnClickListe
String text = "注销时间:" + simpleDateFormat.format(new Date(exception.getCancelDate()));
int end = text.length();
text += "\n\n请联系客服微信yinyoukefu01处理哦~";
text += "\n\n请联系客服微信yinyoukefu01咨询";
SpannableString spannableString = new SpannableString(text);
spannableString.setSpan(new ForegroundColorSpan(ContextCompat.getColor(QuickPassLoginAct.this, R.color.appColor)),
0, end, Spannable.SPAN_INCLUSIVE_EXCLUSIVE);