From 02b81b52fbba024632f354d93f48586043a818ed Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期六, 19 一月 2019 09:52:58 +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