Browse Source

fix:商机管理落地页留资弹窗文案修改

xuemingyang 3 năm trước cách đây
mục cha
commit
4a8c1d15be
1 tập tin đã thay đổi với 6 bổ sung3 xóa
  1. 6 3
      src/web/staticres/js/pc-collect-user-info.js

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

@@ -385,7 +385,7 @@ var vm = new Vue({
         jylab_see500_plus: '请留下联系方式,我们会尽快联系您!开通大会员可查看更多招标项目,实时监控更多潜在商机!', // 标讯搜索500条
         article_purchase_intention: '请留下联系方式,我们会尽快联系您!开通大会员可抢先对接采购单位,帮助企业拓客!', // 三级页-采购意向
         article_proposed_project: '请留下联系方式,我们会尽快联系您!开通大会员可抢先获知拟建商机动态,提高中标机率!', // 三级页-拟建项目
-        'ent-manage-pc': '欢迎留下联系方式,我们的大客户经理会在24小时内联系您!', // 三级页-拟建项目
+        'ent-manage-pc': '欢迎留下联系方式,我们的大客户经理会在24小时内联系您!',
       },
       isRefresh: false // 留完资是否需要刷新页面
     }
@@ -469,13 +469,16 @@ var vm = new Vue({
         }
       }
       if (text) {
-        if (this.source.indexOf('_freeuser') > -1 && text.indexOf('【') > -1) {
+        if (source.indexOf('_freeuser') > -1 && text.indexOf('【') > -1) {
           var r = text.match(/\【(.+?)\】/g)
           this.dialogTitleTop = '欢迎体验' + r[0].replace('【','').replace('】','')
           this.dialogTitle = text
-        } else {
+        } else if(source.indexOf('ent-manage') > -1){
           this.dialogTitle = text
           this.dialogTitleTop = '欢迎体验剑鱼标讯商机管理'
+        } else {
+          this.dialogTitle = text
+          this.dialogTitleTop = '欢迎体验剑鱼大会员'
         }
         for (var k in this.moduleShow) {
           this.moduleShow[k] = false