更新代码
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user