Browse Source

feat:免费用户pc端查看公告留资

malin 3 years ago
parent
commit
7f1bdcdb11
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/web/staticres/js/pc-collect-user-info.js

+ 3 - 3
src/web/staticres/js/pc-collect-user-info.js

@@ -386,7 +386,7 @@ var vm = new Vue({
         article_purchase_intention: '请留下联系方式,我们会尽快联系您!开通大会员可抢先对接采购单位,帮助企业拓客!', // 三级页-采购意向
         article_proposed_project: '请留下联系方式,我们会尽快联系您!开通大会员可抢先获知拟建商机动态,提高中标机率!', // 三级页-拟建项目
         'ent-manage-pc': '欢迎留下联系方式,我们的大客户经理会在24小时内联系您!',
-        "jyarticle_see3_plus":"请完善个人信息,获取更多免费查看公告权限"
+        "jyarticle_see3_plus_pc":"请完善个人信息,获取更多免费查看公告权限"
       },
       isRefresh: false // 留完资是否需要刷新页面
     }
@@ -477,7 +477,7 @@ var vm = new Vue({
         } else if(source.indexOf('ent-manage') > -1){
           this.dialogTitle = text
           this.dialogTitleTop = '欢迎体验剑鱼标讯商机管理'
-        } else if(source.indexOf('jyarticle_see3_plus') > -1){
+        } else if(source.indexOf('jyarticle_see3_plus_pc') > -1){
           this.dialogTitle = text
           this.dialogTitleTop = '完善信息'
         }else {
@@ -528,7 +528,7 @@ var vm = new Vue({
             _this.showForm = false
             if(source == 'member_freeuse') {
               _this.showSuccess = true
-            } else if(source=="jyarticle_see3_plus") {
+            } else if(source=="jyarticle_see3_plus_pc") {
               // 如果留资正常 点击消失
               $(".detail-nj-btn").click(function(){
                 $(".mask-zzz").hide()