jack 7 years ago
parent
commit
671c47316c
2 changed files with 4 additions and 4 deletions
  1. 2 2
      e/l.html
  2. 2 2
      e/z.html

+ 2 - 2
e/l.html

@ -125,7 +125,7 @@ $(document).ready(function() {
125 125
			}
126 126
		},
127 127
		error: function() {
128
			$.MsgBox.Alert('提示',"服务器链接超时");
128
			//$.MsgBox.Alert('提示',"服务器链接超时");
129 129
		}
130 130
	});
131 131
}
@ -216,7 +216,7 @@ $(document).ready(function() {
216 216
				}
217 217
			},
218 218
			"error":function(){
219
				$.MsgBox.Alert('提示','链接服务器超时')
219
				//$.MsgBox.Alert('提示','链接服务器超时')
220 220
			}
221 221
		});
222 222
	}

+ 2 - 2
e/z.html

@ -134,7 +134,7 @@ $(document).ready(function() {
134 134
			}
135 135
		},
136 136
		error: function() {
137
			$.MsgBox.Alert('提示',"服务器链接超时");
137
			//$.MsgBox.Alert('提示',"服务器链接超时");
138 138
		}
139 139
	});
140 140
}
@ -226,7 +226,7 @@ $(document).ready(function() {
226 226
				}
227 227
			},
228 228
			"error":function(){
229
				$.MsgBox.Alert('提示','链接服务器超时')
229
				//$.MsgBox.Alert('提示','链接服务器超时')
230 230
			}
231 231
		});
232 232
	}