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;