mirror of
https://github.com/woodchen-ink/md-wechat.git
synced 2025-07-18 21:52:02 +08:00
5 lines
88 B
JavaScript
5 lines
88 B
JavaScript
// 加载完成隐藏 loading 界面
|
|
window.onload = () => {
|
|
$('#loading').hide();
|
|
};
|