更新代码

This commit is contained in:
2025-06-09 09:45:47 +08:00
parent 58f330a0c9
commit 3a54244afb
2 changed files with 41 additions and 96 deletions
+10 -1
View File
@@ -112,7 +112,7 @@
.wechat-login {
text-align: center;
padding: 30px 0;
padding-bottom: 60px;
/* padding-bottom: 60px; */
}
.wechat-login img {
@@ -394,6 +394,15 @@
checkLoginTimer = null;
}
// 恢复二维码和状态文本的样式
$('#qrcode').css('opacity', '1');
$('#status').css({
'position': 'static',
'top': 'auto',
'font-size': '14px',
'font-weight': 'normal'
});
$.ajax({
url: '/index/wechat/reGenerateQrcode',
type: 'POST',