|
@@ -382,14 +382,20 @@ export default {
|
|
|
month_: '请留下联系方式,我们会尽快联系您!体验市场分析周报/月报!',
|
|
|
week_: '请留下联系方式,我们会尽快联系您!体验市场分析周报/月报!',
|
|
|
article_collection: '重要项目一键创建标签收藏!请完善个人信息,为您匹配精准服务',
|
|
|
- pc_buyer_monitor_more: '待运营提供'
|
|
|
+ pc_buyer_monitor_more: '请升级大会员,可实时监控最多500个业主采购动态,洞察潜在商机。',
|
|
|
+ pc_buyer_monitor_freeuser: '您当前权限不足,请升级大会员,可实时监控最多500个业主采购动态,洞察潜在商机。',
|
|
|
+ pc_list_monitor_more: '请升级大会员,可实时监控最多500个业主采购动态,洞察潜在商机。'
|
|
|
},
|
|
|
sourceDescMap: {
|
|
|
- pc_buyer_monitor_more: '采购单位画像页-超级订阅用户申请监控更多业主'
|
|
|
+ pc_buyer_monitor_more: '采购单位画像页-超级订阅用户申请监控更多业主',
|
|
|
+ pc_buyer_monitor_freeuser: '采购单位画像页-免费用户申请监控业主',
|
|
|
+ pc_list_monitor_more: '业主监控页-超级订阅用户申请监控更多业主'
|
|
|
},
|
|
|
sourceTitleTopMap: {
|
|
|
article_collection: '为给您匹配精准的推荐信息,请完善个人信息',
|
|
|
- pc_buyer_monitor_more: '111'
|
|
|
+ pc_buyer_monitor_more: '申请监控更多业主',
|
|
|
+ pc_buyer_monitor_freeuser: '申请业主监控权限',
|
|
|
+ pc_list_monitor_more: '申请监控更多业主'
|
|
|
},
|
|
|
isRefresh: false
|
|
|
}
|
|
@@ -442,6 +448,8 @@ export default {
|
|
|
return '我们会尽快联系您并预约演示时间,请耐心等待~您将获得免费体验大会员全部功能!'
|
|
|
}
|
|
|
return '恭喜您,成功解锁【' + text + '】权益1次。如需查看更多,请开通超级订阅,为您提供最新的商业情报,抢占先机。'
|
|
|
+ } else if (this.source === 'pc_list_monitor_more') {
|
|
|
+ return '已收到您提交的升级大会员申请,我们会尽快联系您并预约演示时间。'
|
|
|
} else {
|
|
|
return '我们会尽快联系您并预约演示时间,请耐心等待~您将获得免费体验大会员全部功能!'
|
|
|
}
|