处理哦 -> 咨询
This commit is contained in:
@@ -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);
|
||||
|
@@ -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);
|
||||
|
@@ -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);
|
||||
|
Reference in New Issue
Block a user