Browse Source

提示语修改了下

xuchunyang 8 years ago
parent
commit
522ad4824e
3 changed files with 5 additions and 5 deletions
  1. 3 3
      js/login-phone-find01.js
  2. 1 1
      js/login-phone-find02.js
  3. 1 1
      js/settings/modify-password.js

+ 3 - 3
js/login-phone-find01.js

@ -40,7 +40,7 @@
40 40
							}
41 41
						}else{
42 42

43
							$(".msg2").text("系统异常!");
43
							$(".msg2").text("服务器链接超时!");
44 44
							// alert("系统异常!");
45 45
						}
46 46
					},
@ -106,7 +106,7 @@
106 106
							}
107 107
						}else{
108 108

109
							$(".msg2").text("系统异常!");
109
							$(".msg2").text("服务器链接超时!");
110 110
							// alert("系统异常!");
111 111
						}
112 112
					},
@ -136,7 +136,7 @@
136 136
			    }
137 137
			},
138 138
			error:function(){
139
				$.MsgBox.Alert('消息','服务器请求失败')},
139
				$.MsgBox.Alert('消息','服务器链接超时')},
140 140
			}
141 141
		);
142 142
	}

+ 1 - 1
js/login-phone-find02.js

@ -60,7 +60,7 @@ $(function (){
60 60
								$(".msg3").text("设置失败,验证码超时");
61 61
							}
62 62
						}else{
63
							$(".msg2").text("系统异常!");
63
							$(".msg2").text("服务器链接超时!");
64 64
							// alert("系统异常!");
65 65
						}
66 66
					},

+ 1 - 1
js/settings/modify-password.js

@ -68,7 +68,7 @@ function restPassword() {
68 68
						$.MsgBox.Alert("消息提醒", "设置失败,请检查密码是否正确!");
69 69
					}
70 70
				} else {
71
					$.MsgBox.Alert("消息提醒", "系统异常!");
71
					$.MsgBox.Alert("消息提醒", "服务器链接超时!");
72 72
				}
73 73
			},
74 74
			error: function() {