Commit 8a1eb67c authored by youjie's avatar youjie

no message

parent b3faf297
...@@ -81,8 +81,9 @@ ...@@ -81,8 +81,9 @@
$('#login_content').show() $('#login_content').show()
$('#login_phone').show() $('#login_phone').show()
document.getElementById("buttonSJ").classList.add("active")
$('#Passport_phone').hide() $('#Passport_phone').hide()
document.getElementById("buttonSJ").classList.add("active")
function goBack() { function goBack() {
$('#login_content').show() $('#login_content').show()
...@@ -349,6 +350,9 @@ ...@@ -349,6 +350,9 @@
-webkit-box-shadow: inherit; -webkit-box-shadow: inherit;
box-shadow: inherit box-shadow: inherit
} }
#Passport_phone{
display: none;
}
</style> </style>
</html> </html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment