瀏覽代碼

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('获取附件地址失败');
                     }