Authored by xuqi

error tip with link

@@ -284,7 +284,7 @@ $('#login-btn').on('click', function() { @@ -284,7 +284,7 @@ $('#login-btn').on('click', function() {
284 location.href = data.data.session; 284 location.href = data.data.session;
285 } 285 }
286 } else { 286 } else {
287 - $passwordTip.removeClass('hide').children('em').text(data.message); 287 + $passwordTip.removeClass('hide').children('em').html(data.message);
288 $password.addClass('error'); 288 $password.addClass('error');
289 } 289 }
290 }, 290 },
@@ -169,6 +169,11 @@ $tip: sprite-map("passport/tip/*.png", $spacing: 10px); @@ -169,6 +169,11 @@ $tip: sprite-map("passport/tip/*.png", $spacing: 10px);
169 background: sprite($tip, error) no-repeat; 169 background: sprite($tip, error) no-repeat;
170 margin-right: 5px; 170 margin-right: 5px;
171 } 171 }
  172 +
  173 + a {
  174 + text-decoration: underline;
  175 + color: f00;
  176 + }
172 } 177 }
173 178
174 /*完善信息提示框*/ 179 /*完善信息提示框*/