Browse Source

Merge branch 'dev/v4.8.72_zsy' of qmx/jy into release/v4.8.72

zhangsiya 1 year ago
parent
commit
d7dcc0bd82

+ 5 - 0
src/jfw/modules/app/src/web/templates/weixin/wxinfocontent.html

@@ -2270,6 +2270,11 @@
                             return
                           }
                         }
+                        // 非超级订阅的商机管理用户只要有个数就有下载权限
+                        if(window.vipStatus <=0 && window.entniche && window.downloadNum > 0){
+                          downloadFileAjax(fileName)
+                          return
+                        }
                         // 是大会员自定义版本没有下载权限 或 非超级订阅的商机管理用户 (弹框提醒联系客服)
                         var memberNoVip = window.isNoMember == true && !(window.vipStatus >0 && window.viper)
                         if (memberNoVip || (window.vipStatus <=0 && window.entniche)) {

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

@@ -2468,6 +2468,11 @@ function andownload() {
                         return
                       }
                     }
+                    // 非超级订阅的商机管理用户只要有个数就有下载权限
+                    if(window.vipStatus <=0 && window.entniche && window.downloadNum > 0){
+                      downloadFileAjax(fileName)
+                      return
+                    }
                     // 是大会员自定义版本没有下载权限 或 非超级订阅的商机管理用户 (弹框提醒联系客服)
                     var memberNoVip = window.isNoMember == true && !(window.vipStatus >0 && window.viper)
                     if (memberNoVip || (window.vipStatus <=0 && window.entniche)) {
@@ -2482,7 +2487,7 @@ function andownload() {
                     }
                   }
                   // return location.href = '/big/wx/page/open_app?type=article-file-download'
-                  gotoFilePage($(this).find('a').text())
+                  // gotoFilePage($(this).find('a').text())
                 })
                 //if (window.isNoMember) {
                   //向所有用户开放