Browse Source

feat: 调整留资提示

zhangyuhan 2 years ago
parent
commit
0319d19047

+ 3 - 3
src/web/staticres/common-module/perfect-info/js/perfect-info.js

@@ -24,12 +24,12 @@ var titleMap = {
   'article_original': '完善信息',
   'peugeot_supplier_regist':'供应商报名',
   'certificateServices-': '企业认证服务',
-  article_purchase_intention: '欢迎体验剑鱼超前项目预测',
-  article_proposed_project: '欢迎体验剑鱼超前项目预测',
+  article_purchase_intention: '欢迎体验剑鱼大会员',
+  article_proposed_project: '欢迎体验剑鱼大会员',
 
   'medical-app': '欢迎体验医械通',
   'medical-wx': '欢迎体验医械通',
-  'super_subscrip_buy_advanced_items': '欢迎体验剑鱼超前项目预测',
+  'super_subscrip_buy_advanced_items': '欢迎体验剑鱼大会员',
   // P271 企业潜客 搜索、订阅页面新增
   app_subscribe_cqxm: '欢迎体验剑鱼大会员',
   app_search_cqxm: '欢迎体验剑鱼大会员',

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

@@ -534,7 +534,7 @@ var vm = new Vue({
           this.dialogTitleTop = '完善信息'
         } else if (source === 'article_proposed_project' || source === 'article_purchase_intention') {
           this.dialogTitle = text
-          this.dialogTitleTop = '欢迎体验剑鱼超前项目预测'
+          this.dialogTitleTop = '欢迎体验剑鱼大会员'
         }
         // else if (source.indexOf("article_collection") > -1){
         //   this.dialogTitle = text
@@ -591,7 +591,7 @@ var vm = new Vue({
             var checkKeys = ['name', 'phone','companyType', 'company', 'branch', 'position']
 
           }
-          
+
           var sourceList = ['article_collection', 'article_original', 'jyarticle_see3_plus_app', 'jyarticle_see3_plus_pc', 'jyarticle_see3_plus_wx', 'jypush_see10_plus_app', 'jypush_see10_plus_wx']
           var isCollect = sourceList.includes(source)
           if (infoid != ""){
@@ -648,7 +648,7 @@ var vm = new Vue({
                 _this.curDom = dom
               } else {
                 callback && callback(res)
-              }              
+              }
             } else {
               callback && callback(res)
             }