|
@@ -1015,7 +1015,8 @@
|
|
'ent-manage-app': '请留下联系方式,我们会尽快联系您体验商机管理全部功能!',
|
|
'ent-manage-app': '请留下联系方式,我们会尽快联系您体验商机管理全部功能!',
|
|
"jypush_see10_plus_app":"请完善个人信息,为您匹配更多精准项目信息",
|
|
"jypush_see10_plus_app":"请完善个人信息,为您匹配更多精准项目信息",
|
|
"jyarticle_see3_plus_app":"请完善个人信息,获取更多免费查看公告权限",
|
|
"jyarticle_see3_plus_app":"请完善个人信息,获取更多免费查看公告权限",
|
|
- peugeot_supplier_regist:"请完善您的个人信息,抢先对接采购单位"
|
|
|
|
|
|
+ peugeot_supplier_regist:"请完善您的个人信息,抢先对接采购单位",
|
|
|
|
+ peugeot_view_infor: '请留下联系方式,我们会尽快联系您体验大会员全部功能!',
|
|
}
|
|
}
|
|
|
|
|
|
// 提示语
|
|
// 提示语
|
|
@@ -1552,8 +1553,8 @@
|
|
this.ajaxParams.mail = this.infoMap.email
|
|
this.ajaxParams.mail = this.infoMap.email
|
|
this.ajaxParams.companyType = this.infoMap.companyType
|
|
this.ajaxParams.companyType = this.infoMap.companyType
|
|
this.ajaxParams.company = this.infoMap.company
|
|
this.ajaxParams.company = this.infoMap.company
|
|
- if (getParam('source') === 'peugeot_supplier_regist'){
|
|
|
|
- this.ajaxParams.publish_id = getParam('infoid')
|
|
|
|
|
|
+ if (this.ajaxParams.source === 'peugeot_supplier_regist' || this.ajaxParams.source === 'peugeot_view_infor'){
|
|
|
|
+ this.ajaxParams.publish_id = utils.getParam('infoid')
|
|
}
|
|
}
|
|
this.ajaxParams.position = this.infoMap.position
|
|
this.ajaxParams.position = this.infoMap.position
|
|
if (this.infoMap.position === '其他') {
|
|
if (this.infoMap.position === '其他') {
|