...
|
...
|
@@ -187,9 +187,9 @@ Captcha.prototype = { |
|
|
*/
|
|
|
showTip: function(msg) {
|
|
|
if (msg) {
|
|
|
this.$tip.find('.span').html(msg);
|
|
|
this.$tip.find('em').html(msg);
|
|
|
} else {
|
|
|
this.$tip.find('.span').html('请将图形验证码翻转至正确方向');
|
|
|
this.$tip.find('em').html('请将图形验证码翻转至正确方向');
|
|
|
}
|
|
|
|
|
|
if (this.$tip) {
|
...
|
...
|
|