qinjie 4 yıl önce
ebeveyn
işleme
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)
 			}
 		})
 	}

Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
main/assets/xuniren/js/global.js.map


Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor