Authored by TaoHuang

fix

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