|
@@ -608,6 +608,9 @@
|
|
|
getTipStr () {
|
|
|
var source = this.ajaxParams.source
|
|
|
var tipMap = {
|
|
|
+ article_attach_freeuser: '请留下联系方式,立即免费体验【附件下载】1次,招标文件/采购清单一键下载,商机更完整!',
|
|
|
+ ent_portrait_freeuser: '请留下联系方式,立即免费体验【企业中标分析】1次,多维度可视化分析竞争对手!',
|
|
|
+ buyer_portrait_freeuser: '请留下联系方式,立即免费体验【采购单位全景分析】1次,帮你全面洞察采购单位,开发新客户!',
|
|
|
article_original: '为给您匹配精准的推荐信息,请完善个人信息,免费查看原文',
|
|
|
article_collection: '重要项目一键创建标签收藏!请完善个人信息,为您匹配精准服务',
|
|
|
member_attach: '请留下联系方式,我们会尽快联系您!体验附件下载特权,挖掘更多项目情报!',
|
|
@@ -625,9 +628,8 @@
|
|
|
wx_analysis_follow_project: '请完善个人信息,辅助你做投标决策及报价参考!',
|
|
|
wx_analysis_follow_ent: '请完善个人信息,辅助你做投标决策及报价参考!',
|
|
|
'jy-wxsearch-index-tap': '请留下联系方式,我们会尽快联系您体验:市场分析周报/月报、竞对实时监控和分析、业主采购趋势/客户分析等',
|
|
|
- article_attach_freeuser: '请留下联系方式,立即免费体验【附件下载】1次,招标文件/采购清单一键下载,商机更完整!',
|
|
|
- ent_portrait_freeuser: '请留下联系方式,立即免费体验【企业中标分析】1次,多维度可视化分析竞争对手!',
|
|
|
- buyer_portrait_freeuser: '请留下联系方式,立即免费体验【采购单位全景分析】1次,帮你全面洞察采购单位,开发新客户!',
|
|
|
+ member_: '请留下联系方式,我们会尽快联系您体验大会员全部功能!',
|
|
|
+ function_: '请留下联系方式,我们会尽快联系您体验大会员全部功能!'
|
|
|
}
|
|
|
var titleMap = {
|
|
|
ent_portrait_freeuser: '欢迎体验企业中标分析'
|
|
@@ -651,11 +653,15 @@
|
|
|
}
|
|
|
this.moduleShow.position = true
|
|
|
}
|
|
|
- if (source.indexOf('_freeuser') > -1 && infoText.indexOf('【') > -1) {
|
|
|
- var r = infoText.match(/\【(.+?)\】/g)
|
|
|
- titleText = '欢迎体验' + r[0].replace('【','').replace('】','')
|
|
|
+ if (source.indexOf('_freeuser') > -1 && infoText.indexOf('【') > -1) {
|
|
|
+ var r = infoText.match(/\【(.+?)\】/g)
|
|
|
+ titleText = '欢迎体验' + r[0].replace('【','').replace('】','')
|
|
|
+ } else if (source.indexOf('ent_portrait_') > -1) {
|
|
|
+ titleText = '欢迎体验企业中标分析'
|
|
|
+ } else if (source.indexOf('buyer_portrait_') > -1) {
|
|
|
+ titleText = '欢迎体验采购单位全景分析'
|
|
|
} else{
|
|
|
- titleText = '欢迎体验剑鱼大会员'
|
|
|
+ titleText = '欢迎体验剑鱼大会员'
|
|
|
}
|
|
|
} else {
|
|
|
titleText = '完善信息'
|
|
@@ -1155,6 +1161,36 @@
|
|
|
}
|
|
|
}
|
|
|
})
|
|
|
+ } else if (_this.ajaxParams.source.indexOf('_freeuser') > -1) {
|
|
|
+ var source = _this.ajaxParams.source
|
|
|
+ var text = ''
|
|
|
+ switch (source) {
|
|
|
+ case 'ent_portrait_freeuser':
|
|
|
+ text = '企业中标分析'
|
|
|
+ break;
|
|
|
+ case 'buyer_portrait_freeuser':
|
|
|
+ text = '采购单位全景分析'
|
|
|
+ break;
|
|
|
+ case 'article_attach_freeuser':
|
|
|
+ text = '附件下载'
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ _this.$dialog.close()
|
|
|
+ _this.$dialog.confirm({
|
|
|
+ title: '提交成功',
|
|
|
+ message: '恭喜您,成功解锁【' + text + '】权益1次。如需查看更多,请开通超级订阅,为您提供最新的商业情报,抢占先机。',
|
|
|
+ className: 'ent-search-dialog max-54',
|
|
|
+ overlayClass: 'z-2030',
|
|
|
+ showCancelButton: false,
|
|
|
+ getContainer: '.perfect-info-group',
|
|
|
+ confirmButtonText: '我知道了',
|
|
|
+ }).then(function () {
|
|
|
+ sessionStorage.setItem('salesBackStatus', 'true')
|
|
|
+ history.back()
|
|
|
+ }).catch(function () {
|
|
|
+ sessionStorage.setItem('salesBackStatus', 'true')
|
|
|
+ history.back()
|
|
|
+ })
|
|
|
} else {
|
|
|
_this.$dialog.close()
|
|
|
_this.$dialog.confirm({
|