|
@@ -405,10 +405,10 @@ var vm = new Vue({
|
|
|
super_membership_day: '请留下联系方式,我们会尽快联系您体验大会员全部功能!',
|
|
|
peugeot_supplier_regist:'请完善您的个人信息,抢先对接采购单位',
|
|
|
peugeot_view_infor: '请留下联系方式,我们会尽快联系您体验大会员全部功能!',
|
|
|
- biddingProject_index:'请留下联系方式,我们会尽快联系您体验投标项目管理全部功能!',
|
|
|
- cooperation_index: '无',
|
|
|
- customanage_index: '请留下联系方式,我们会尽快联系您体验客户管理全部功能!',
|
|
|
- digitalMarketing_index: '请留下联系方式,我们会尽快联系您体验数字化营销全部功能!'
|
|
|
+ 'bidmanagement-landingpage':'请留下联系方式,我们会尽快联系您体验投标项目管理全部功能!',
|
|
|
+ 'businesscooperation-landingpage': '无',
|
|
|
+ 'customermanagement-landingpage': '请留下联系方式,我们会尽快联系您体验客户管理全部功能!',
|
|
|
+ 'digitalmarketing-landingpage': '请留下联系方式,我们会尽快联系您体验数字化营销全部功能!'
|
|
|
},
|
|
|
isRefresh: false, // 留完资是否需要刷新页面
|
|
|
sourceDescMap: {
|
|
@@ -557,16 +557,16 @@ var vm = new Vue({
|
|
|
} else if (source === 'pc_article_member_freeuse') {
|
|
|
this.dialogTitle = text
|
|
|
this.dialogTitleTop = '免费体验大会员功能权益'
|
|
|
- }else if (source === 'biddingProject_index'){
|
|
|
+ }else if (source === 'bidmanagement-landingpage'){
|
|
|
this.dialogTitle = text
|
|
|
this.dialogTitleTop = '欢迎体验剑鱼投标项目管理'
|
|
|
- } else if (source === 'cooperation_index') {
|
|
|
+ } else if (source === 'businesscooperation-landingpage') {
|
|
|
this.dialogTitle = ''
|
|
|
this.dialogTitleTop = '请留下您的信息,我们会尽快和您联系'
|
|
|
- } else if (source === 'customanage_index') {
|
|
|
+ } else if (source === 'customermanagement-landingpage') {
|
|
|
this.dialogTitle = text
|
|
|
this.dialogTitleTop = '欢迎体验剑鱼客户管理'
|
|
|
- }else if (source === 'digitalMarketing_index') {
|
|
|
+ }else if (source === 'digitalmarketing-landingpage') {
|
|
|
this.dialogTitle = text
|
|
|
this.dialogTitleTop = '欢迎体验剑鱼数字化营销'
|
|
|
|