From 0ec80d1281c95fba831092755bf07124f798ede4 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期五, 18 一月 2019 15:53:37 +0800
Subject: [PATCH] 消息相关修改

---
 fanli/src/main/java/com/yeshi/fanli/util/factory/msg/MsgAccountDetailFactory.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/util/factory/msg/MsgAccountDetailFactory.java b/fanli/src/main/java/com/yeshi/fanli/util/factory/msg/MsgAccountDetailFactory.java
index aaa96ed..9f0ae6b 100644
--- a/fanli/src/main/java/com/yeshi/fanli/util/factory/msg/MsgAccountDetailFactory.java
+++ b/fanli/src/main/java/com/yeshi/fanli/util/factory/msg/MsgAccountDetailFactory.java
@@ -22,11 +22,11 @@
 	public static MsgAccountDetail createBindingAccount(Long uid, int type) {
 		String msg = "";
 		if (type == TYPE_PHONE) {
-			msg = "<red>鎭枩浣犳墜鏈哄彿缁戝畾鎴愬姛<red>";
+			msg = "<highlight>鎭枩浣犳墜鏈哄彿缁戝畾鎴愬姛</highlight>";
 		} else if (type == TYPE_TB) {
-			msg = "<red>鎭枩浣犳窐瀹濈粦瀹氭垚鍔�<red>";
+			msg = "<highlight>鎭枩浣犳窐瀹濈粦瀹氭垚鍔�</highlight>";
 		} else if (type == TYPE_WX) {
-			msg = "<red>鎭枩浣犲井淇$粦瀹氭垚鍔�<red>";
+			msg = "<highlight>鎭枩浣犲井淇$粦瀹氭垚鍔�</highlight>";
 		}
 		if (StringUtil.isNullOrEmpty(msg))
 			return null;

--
Gitblit v1.8.0