|
@@ -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('对不起,暂无权限,请联系客服', {
|