Browse Source

feat:浏览器下载

wangshan 1 year ago
parent
commit
c5195afb94
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/web/templates/weixin/downloadpage.html

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

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