|
@@ -37,15 +37,15 @@ function adv_statistics(e){
|
|
|
if ($(e).find("a").attr("openurl")!=undefined){//app三级页调用打开方法
|
|
|
$.post('/salesLeads/retainedCapital'+ '?source=article_original').done(function (r) {
|
|
|
// 判断当前信息否在其他页面留资 如果全部留资 直接弹窗提交成功
|
|
|
- var checkKeys = ['name', 'phone', 'company', 'branch', 'position']
|
|
|
+ var checkKeys = ['name', 'phone', 'company', 'branch', 'position', 'companyType']
|
|
|
var result = checkRequiredKeys(checkKeys, r.info)
|
|
|
- if (result) {
|
|
|
+ if (result || !window.isFree) {
|
|
|
JyObj.openExternalLink($(e).find("a").attr("openurl"),"查看原文");
|
|
|
return true
|
|
|
}
|
|
|
|
|
|
if (r && r.error_msg === '' && r.data) {
|
|
|
- if (r.data.retainedCapital) {
|
|
|
+ if (r.data.retainedCapital || !result) {
|
|
|
vKeepComponent.$dialog.confirm({
|
|
|
message: '为给您匹配精准的推荐信息,请完善个人信息,免费查看原文',
|
|
|
className: 'ent-search-dialog max-54 add-close-after',
|