halo-theme-Single/source/js/july.js

6 lines
162 B
JavaScript
Raw Permalink Normal View History

2022-06-22 00:55:06 +08:00
function showImg(){
document.getElementById("wxImg").style.display='block';
}
function hideImg(){
document.getElementById("wxImg").style.display='none';
}