|
@@ -1234,7 +1234,7 @@
|
|
title: title
|
|
title: title
|
|
},
|
|
},
|
|
success: function (r) {
|
|
success: function (r) {
|
|
- if (r&&r.r&&r.r.code){
|
|
|
|
|
|
+ if (r&&r.r&&r.r.code&&window.vipStatus>0){
|
|
// 次数用完提醒联系客服
|
|
// 次数用完提醒联系客服
|
|
vant.Dialog.confirm({
|
|
vant.Dialog.confirm({
|
|
message: '您本月附件下载机会已消耗完毕,如需下载更多附件,请前往充值。',
|
|
message: '您本月附件下载机会已消耗完毕,如需下载更多附件,请前往充值。',
|
|
@@ -1347,6 +1347,7 @@
|
|
return iosShow(url, fileName)
|
|
return iosShow(url, fileName)
|
|
}
|
|
}
|
|
downFileOfVIP(fileName)
|
|
downFileOfVIP(fileName)
|
|
|
|
+ return
|
|
//if (window.fileNum <= 0) {
|
|
//if (window.fileNum <= 0) {
|
|
//}else{
|
|
//}else{
|
|
//window.fileNum = window.fileNum - 1;
|
|
//window.fileNum = window.fileNum - 1;
|