修复BUG:个人中心页面加载完毕后重置页脚显示状态
This commit is contained in:
parent
d3c6787699
commit
854b667263
|
@ -22,6 +22,8 @@
|
|||
if (!!url === true) $headerIcon.attr('src', url);
|
||||
});
|
||||
|
||||
$('.site-footer').footer();
|
||||
|
||||
var dataBinder = new DataEntity({
|
||||
Password: "#currentPassword",
|
||||
NewPassword: "#newPassword",
|
||||
|
|
Loading…
Reference in New Issue