LD 5 lat temu
rodzic
commit
e7d49aa5e5

+ 2 - 1
resources/js/utilities/datetimeRelating.js

@@ -21,7 +21,8 @@ const datetime={
             time.target.value=time.target.value.replace(/^([3-9])([\d]{1})/,"2$2");
             time.target.value=time.target.value.replace(/^([3-9])([\d]{1})/,"2$2");
             time.target.value=time.target.value.replace(/^([2-9]{1})([4-9]{1})/,"$13");
             time.target.value=time.target.value.replace(/^([2-9]{1})([4-9]{1})/,"$13");
             time.target.value=time.target.value.replace(/^([\d]{1})([\d]{1}):([6-9]{1})/,"$1$2:5");
             time.target.value=time.target.value.replace(/^([\d]{1})([\d]{1}):([6-9]{1})/,"$1$2:5");
+            time.target.value=time.target.value.replace(/^([\d]{1})([\d]{1})$/,"$1$2:");
         },10);
         },10);
     },
     },
 };
 };
-module.exports=datetime;
+module.exports=datetime;

+ 2 - 0
resources/views/auth/login.blade.php

@@ -114,6 +114,8 @@
                     }
                     }
                 }else{
                 }else{
                     location=response.data.url;
                     location=response.data.url;
+                    tempTip.setDuration('99999');
+                    tempTip.waitingTip('页面跳转中');
                 }
                 }
             })
             })
         }
         }