소스 검색

feat: 微信端IOS调整

zhangyuhan 3 년 전
부모
커밋
070f7fc2a4
1개의 변경된 파일1개의 추가작업 그리고 5개의 파일을 삭제
  1. 1 5
      src/web/templates/weixin/wxinfocontent_rec.html

+ 1 - 5
src/web/templates/weixin/wxinfocontent_rec.html

@@ -1879,11 +1879,7 @@ function andownload() {
                 if (r && r.m === '' && r.r) {
                     var url = r.r.downurl
                     if (url){
-                        if(mySysIsIos()){
-                            iosShow(url)
-                        } else {
-                            location.href = url
-                        }
+						location.href = url
                     } else {
                         EasyAlert.show('获取附件地址失败');
                     }