|
@@ -547,7 +547,7 @@
|
|
branch: true
|
|
branch: true
|
|
},
|
|
},
|
|
jobJson: [
|
|
jobJson: [
|
|
- '总裁',
|
|
|
|
|
|
+ '总裁',
|
|
'总经理',
|
|
'总经理',
|
|
'总监',
|
|
'总监',
|
|
'经理',
|
|
'经理',
|
|
@@ -593,9 +593,12 @@
|
|
'jy-wxsearch-index-tap': '请留下联系方式,我们会尽快联系您体验:市场分析周报/月报、竞对实时监控和分析、业主采购趋势/客户分析等',
|
|
'jy-wxsearch-index-tap': '请留下联系方式,我们会尽快联系您体验:市场分析周报/月报、竞对实时监控和分析、业主采购趋势/客户分析等',
|
|
article_attach_freeuser: '请留下联系方式,立即免费体验【附件下载】1次,招标文件/采购清单一键下载,商机更完整!',
|
|
article_attach_freeuser: '请留下联系方式,立即免费体验【附件下载】1次,招标文件/采购清单一键下载,商机更完整!',
|
|
ent_portrait_freeuser: '请留下联系方式,立即免费体验【企业中标分析】1次,多维度可视化分析竞争对手!',
|
|
ent_portrait_freeuser: '请留下联系方式,立即免费体验【企业中标分析】1次,多维度可视化分析竞争对手!',
|
|
- buyer_portrait_freeuser: '请留下联系方式,立即免费体验【采购单位全景分析】1次,帮你全面洞察采购单位,开发新客户!'
|
|
|
|
|
|
+ buyer_portrait_freeuser: '请留下联系方式,立即免费体验【采购单位全景分析】1次,帮你全面洞察采购单位,开发新客户!',
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+ var titleMap = {
|
|
|
|
+ ent_portrait_freeuser: '欢迎体验企业中标分析'
|
|
|
|
+ }
|
|
|
|
+ // 提示语
|
|
var infoText = ''
|
|
var infoText = ''
|
|
for (var key in tipMap) {
|
|
for (var key in tipMap) {
|
|
if (source.indexOf(key) !== -1) {
|
|
if (source.indexOf(key) !== -1) {
|
|
@@ -603,27 +606,41 @@
|
|
break
|
|
break
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ // 标题
|
|
|
|
+ var titleMap = {
|
|
|
|
+ ent_portrait_freeuser: '欢迎体验企业中标分析'
|
|
|
|
+ }
|
|
|
|
+ var titleText = ''
|
|
|
|
|
|
if (infoText) {
|
|
if (infoText) {
|
|
-
|
|
|
|
|
|
+
|
|
if (source !== 'article_original' && source !== 'article_collection') {
|
|
if (source !== 'article_original' && source !== 'article_collection') {
|
|
for (var k in this.moduleShow) {
|
|
for (var k in this.moduleShow) {
|
|
this.moduleShow[k] = false
|
|
this.moduleShow[k] = false
|
|
}
|
|
}
|
|
this.moduleShow.position = true
|
|
this.moduleShow.position = true
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
if (source.indexOf('_freeuser') > -1 && infoText.indexOf('【') > -1) {
|
|
if (source.indexOf('_freeuser') > -1 && infoText.indexOf('【') > -1) {
|
|
var r = infoText.match(/\【(.+?)\】/g)
|
|
var r = infoText.match(/\【(.+?)\】/g)
|
|
- document.title = '欢迎体验' + r[0].replace('【','').replace('】','')
|
|
|
|
|
|
+ titleText = '欢迎体验' + r[0].replace('【','').replace('】','')
|
|
} else{
|
|
} else{
|
|
- document.title = '欢迎体验剑鱼大会员'
|
|
|
|
|
|
+ titleText = '欢迎体验剑鱼大会员'
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|
|
- document.title = '完善信息'
|
|
|
|
|
|
+ titleText = '完善信息'
|
|
}
|
|
}
|
|
|
|
|
|
- if (source == 'bid_document_Introduction_page') {
|
|
|
|
|
|
+ // 标题
|
|
|
|
+ for (var key in titleMap) {
|
|
|
|
+ if (source.indexOf(key) !== -1) {
|
|
|
|
+ titleText = titleMap[key]
|
|
|
|
+ break
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ document.title = titleText
|
|
|
|
+
|
|
|
|
+ if (source == 'bid_document_Introduction_page') {
|
|
var hideType = ['email', 'class', 'companyType', 'workScope', 'partnerNeeds', 'agree']
|
|
var hideType = ['email', 'class', 'companyType', 'workScope', 'partnerNeeds', 'agree']
|
|
for (var k in this.moduleShow) {
|
|
for (var k in this.moduleShow) {
|
|
if (hideType.indexOf(k) !== -1)
|
|
if (hideType.indexOf(k) !== -1)
|
|
@@ -1050,7 +1067,7 @@
|
|
this.ajaxParams.agree = this.isRead
|
|
this.ajaxParams.agree = this.isRead
|
|
this.ajaxParams.branch = this.infoMap.branch.indexOf('总裁') > -1 || this.infoMap.branch.indexOf('总经理') > -1 ? '' : this.infoMap.branch
|
|
this.ajaxParams.branch = this.infoMap.branch.indexOf('总裁') > -1 || this.infoMap.branch.indexOf('总经理') > -1 ? '' : this.infoMap.branch
|
|
console.log(this.ajaxParams)
|
|
console.log(this.ajaxParams)
|
|
-
|
|
|
|
|
|
+
|
|
var _this = this
|
|
var _this = this
|
|
var loading = _this.showLoading()
|
|
var loading = _this.showLoading()
|
|
this.ajaxFn('/salesLeads/collectInfo', this.ajaxParams, function (r) {
|
|
this.ajaxFn('/salesLeads/collectInfo', this.ajaxParams, function (r) {
|