Ver Fonte

fit:免费用户提示信息

wangshan há 3 anos atrás
pai
commit
99dc82482f

+ 2 - 1
src/jfw/modules/app/src/web/templates/weixin/wxinfocontent.html

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

+ 1 - 1
src/web/templates/pc/biddetail_rec.html

@@ -3485,7 +3485,7 @@ function fromwhere(text){
   		  },
 	  success:function(data){
         if(data){
-          if (data.r&&data.r.code){
+          if (data.r&&data.r.code&&window.vipStatus>0){
             // 次数用完提醒去充值
 						bidVue.$confirm('您本月附件下载机会已消耗完毕,如需下载更多附件,请前往充值。', {
 							showClose:false,

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

@@ -1804,7 +1804,7 @@ function andownload() {
                                 title: title
                             },
                             success: function (r) {
-                                if (r&&r.r&&r.r.code){
+                                if (r&&r.r&&r.r.code&&window.vipStatus>0){
                                   vant.Dialog.confirm({
                                     message: '您本月附件下载机会已消耗完毕,如需下载更多附件,请前往充值。',
                                     showCancelButton: true,