|
@@ -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();
|
|
}
|
|
}
|