Skip to content
Snippets Groups Projects
Commit 1bee7ad6 authored by Yulong Wang's avatar Yulong Wang
Browse files

Merge branch 'main' into 'wyl'

# Conflicts:
#   src/main/resources/static/html/regist.html
parents 97207e6c 25942806
No related branches found
No related tags found
1 merge request!17hospital function
File added
......@@ -12,7 +12,7 @@
<!-- NAVBAR CREATION -->
<header class="header">
<nav class="navbar">
<a href="#">Home</a>
<a href="../html/login.html">Home</a>
</nav>
</header>
......@@ -95,8 +95,7 @@
var role;
const getType = document.getElementById("type");
getType.addEventListener("change", function () {
type = getType.value; // 获取选中的值
console.log("选中的值是:", type);
type = getType.value; // Gets the selected value
});
function regist() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment