Explorar o código

fix: 大会员无附件下载权限用户,剑鱼币兑换权限后不能使用问题

cuiyalong hai 1 ano
pai
achega
04e7215913
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/web/staticres/public-pc/js/article-content.js

+ 2 - 1
src/web/staticres/public-pc/js/article-content.js

@@ -2368,7 +2368,7 @@ function getFileData () {
           }else{
             // 付费用户
             // 大会员用户 有下载权限
-            if (window.memberPower.indexOf(3) > -1) {
+            if (window.memberPower.indexOf(3) > -1 || window.filePackAccount.number > 0) {
               cjdyDownload(fname)
               return
             }
@@ -2393,6 +2393,7 @@ function getFileData () {
               }
               return
             }
+
             //  是大会员自定义版本没有下载权限 或 非超级订阅的商机管理用户 (弹框提醒联系客服)
             if ((window.memberStatus > 0 &&  window.memberPower.indexOf(3) == -1) || (window.vipStatus <=0 && window.entniche)) {
               bidVue.$alert('对不起,暂无权限,请联系客服', {