qinjie 4 anos atrás
pai
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)
 			}
 		})
 	}

Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
main/assets/xuniren/js/global.js.map


Alguns arquivos não foram mostrados porque muitos arquivos mudaram nesse diff