Authored by TaoHuang

fix

... ... @@ -46,11 +46,7 @@ const checkOpenFall = (url, callFunc, noFall) => {
const callIframe = (url, noFall) => {
checkOpenFall(url, () => {
const ifr = document.createElement('iframe');
ifr.src = url;
ifr.style.display = 'none';
document.body.appendChild(ifr);
window.location.href = url;
}, noFall);
};
... ...
... ... @@ -3,6 +3,7 @@
//z-index: 100;
padding: 0 0 !important;
height: 110px !important;
border-bottom: 0.5PX solid #efefef;
.download-go-wechat {
height: 72px !important;
... ...