|
@@ -35,7 +35,7 @@ function adv_statistics(e){
|
|
JyObj.openExternalLink($(e).find("a").attr("ad_link"),ad_title);
|
|
JyObj.openExternalLink($(e).find("a").attr("ad_link"),ad_title);
|
|
}
|
|
}
|
|
if ($(e).find("a").attr("openurl")!=undefined){//app三级页调用打开方法
|
|
if ($(e).find("a").attr("openurl")!=undefined){//app三级页调用打开方法
|
|
- $.post('/salesLeads/retainedCapital', { source: 'article_original' }).done(function (r) {
|
|
|
|
|
|
+ $.post('/salesLeads/retainedCapital'+ '?source=article_original').done(function (r) {
|
|
// 判断当前信息否在其他页面留资 如果全部留资 直接弹窗提交成功
|
|
// 判断当前信息否在其他页面留资 如果全部留资 直接弹窗提交成功
|
|
var checkKeys = ['name', 'phone', 'company', 'branch', 'position']
|
|
var checkKeys = ['name', 'phone', 'company', 'branch', 'position']
|
|
var result = checkRequiredKeys(checkKeys, r.info)
|
|
var result = checkRequiredKeys(checkKeys, r.info)
|