|
@@ -2796,36 +2796,23 @@ function checkTagDisabled () {
|
|
}
|
|
}
|
|
})
|
|
})
|
|
}
|
|
}
|
|
-
|
|
|
|
function noIn(p){
|
|
function noIn(p){
|
|
var thisId = $(p).attr("dataId");
|
|
var thisId = $(p).attr("dataId");
|
|
//var dataindustry = {{.T.industry}};
|
|
//var dataindustry = {{.T.industry}};
|
|
var dataindustry = $(p).parents(".bid-list-title").next(".bid-list-tags").find(".tags-industry").text();
|
|
var dataindustry = $(p).parents(".bid-list-title").next(".bid-list-tags").find(".tags-industry").text();
|
|
dataId = thisId;
|
|
dataId = thisId;
|
|
|
|
+ var aHref = ".html";
|
|
|
|
+ if (searchvalue != ""){
|
|
|
|
+ aHref+= '?kds=' + encodeURIComponent(searchvalue)
|
|
|
|
+ }
|
|
|
|
+ if (dataindustry != "" && dataindustry != undefined){
|
|
|
|
+ aHref += aHref.indexOf('?') > -1 ? '&' : '?'
|
|
|
|
+ aHref += 'industry='+dataindustry;
|
|
|
|
+ }
|
|
|
|
+ if (getParam('resource') === 'BI') {
|
|
|
|
+ aHref += aHref.indexOf('?') > -1 ? '&resource=BI' : '?resource=BI'
|
|
|
|
+ }
|
|
if(loginflag){
|
|
if(loginflag){
|
|
- var aHref = "";
|
|
|
|
- if (searchvalue != ""){
|
|
|
|
- if (dataindustry!=""&&dataindustry!=undefined){
|
|
|
|
- aHref += '.html?kds='+encodeURIComponent(searchvalue)+'&industry='+dataindustry;
|
|
|
|
- } else{
|
|
|
|
- aHref += '.html?kds='+encodeURIComponent(searchvalue);
|
|
|
|
- }
|
|
|
|
- } else{
|
|
|
|
- if (dataindustry!=""&&dataindustry!=undefined){
|
|
|
|
- aHref += '.html?industry='+dataindustry;
|
|
|
|
- } else{
|
|
|
|
- aHref += '.html';
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- if (getParam('resource') === 'BI') {
|
|
|
|
- if (aHref.indexOf('.html?') !== -1) {
|
|
|
|
- aHref += '&resource=BI'
|
|
|
|
- } else {
|
|
|
|
- aHref += '.html?resource=BI'
|
|
|
|
- }
|
|
|
|
- } else {
|
|
|
|
- aHref = '.html'
|
|
|
|
- }
|
|
|
|
try {
|
|
try {
|
|
visitedPath.pathVisiting(
|
|
visitedPath.pathVisiting(
|
|
new VisitedPathItem(
|
|
new VisitedPathItem(
|
|
@@ -2836,24 +2823,8 @@ function checkTagDisabled () {
|
|
} catch (error) {}
|
|
} catch (error) {}
|
|
|
|
|
|
checkVisited()
|
|
checkVisited()
|
|
-
|
|
|
|
window.open("/article/content/"+thisId+aHref);
|
|
window.open("/article/content/"+thisId+aHref);
|
|
}else{//没有登录跳转新的详情
|
|
}else{//没有登录跳转新的详情
|
|
- var aHref = "";
|
|
|
|
- if (searchvalue != ""){
|
|
|
|
- if (dataindustry!=""&&dataindustry!=undefined){
|
|
|
|
- aHref += '.html?kds='+encodeURIComponent(searchvalue)+'&industry='+dataindustry;
|
|
|
|
- } else{
|
|
|
|
- aHref += '.html?kds='+encodeURIComponent(searchvalue);
|
|
|
|
- }
|
|
|
|
- } else{
|
|
|
|
- if (dataindustry!=""&&dataindustry!=undefined){
|
|
|
|
- aHref += '.html?industry='+dataindustry;
|
|
|
|
- } else{
|
|
|
|
- aHref += '.html';
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
try {
|
|
try {
|
|
visitedPath.pathVisiting(
|
|
visitedPath.pathVisiting(
|
|
new VisitedPathItem(
|
|
new VisitedPathItem(
|
|
@@ -2869,8 +2840,6 @@ function checkTagDisabled () {
|
|
} else {
|
|
} else {
|
|
window.open("/nologin/content/"+thisId+aHref);
|
|
window.open("/nologin/content/"+thisId+aHref);
|
|
}
|
|
}
|
|
-
|
|
|
|
- // $('#bidLogin').modal("show");
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
//
|
|
//
|