qinjie 4 anni fa
parent
commit
35897ee470

+ 6 - 2
main/assets/xuniren/contact.html

@@ -198,7 +198,9 @@
 				window.toastr.warning(t.msg);
 			} else {
 				window.toastr.success('录入成功');
-				location.reload();
+				setTimeout(function() {
+					location.reload();
+				}, 3000)
 			}
 		})
 	}
@@ -231,7 +233,9 @@
 				window.toastr.warning(t.msg);
 			} else {
 				window.toastr.success('录入成功');
-				location.reload();
+				setTimeout(function() {
+					location.reload();
+				}, 3000)
 			}
 		})
 	}

File diff suppressed because it is too large
+ 0 - 0
main/assets/xuniren/js/global.js.map


Some files were not shown because too many files changed in this diff