Эх сурвалжийг харах

Merge branch 'feature/v4.9.12_ws' of qmx/jy into feature/v4.9.12

wangshan 1 жил өмнө
parent
commit
8a8182ba6c

+ 2 - 1
src/web/templates/weixin/downloadpage.html

@@ -117,7 +117,8 @@
 			this.style.display = "none";
 			this.style.display = "none";
 		}
 		}
 		document.getElementById("download").onclick = function(e){
 		document.getElementById("download").onclick = function(e){
-			if(!isIos&&isWeixin()){//不是ios,并且微信中打开
+      if(isWeixin()){//不是ios,并且微信中打开
+        // if(!isIos&&isWeixin()){//不是ios,并且微信中打开
 				document.getElementById("rightcorner-bg").style.display = "block";
 				document.getElementById("rightcorner-bg").style.display = "block";
 				e.preventDefault();
 				e.preventDefault();
 			}
 			}