|
@@ -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) {
|
|
|
//向所有用户开放
|