|
@@ -368,7 +368,7 @@ function appendDatas(datas,flag,isNew,onlyUpdateTable){
|
|
listHtml += '<a href="#" style="display:none;"></a>';
|
|
listHtml += '<a href="#" style="display:none;"></a>';
|
|
}
|
|
}
|
|
if (typeof(type) != "undefined" && type != null && type != "" &&type.indexOf("免费注册")<0) {
|
|
if (typeof(type) != "undefined" && type != null && type != "" &&type.indexOf("免费注册")<0) {
|
|
- if (type==="拟建"){
|
|
|
|
|
|
+ if (type==="拟建"||type==="采购意向"){
|
|
listHtml += '<a class="tags-item" href="javascript:;">'+type+'</a>';
|
|
listHtml += '<a class="tags-item" href="javascript:;">'+type+'</a>';
|
|
}else{
|
|
}else{
|
|
listHtml += '<a class="tags-item" href="javascript:;"'+'onclick="gologin('+"'/list/stype/"+datas[i].stypeadd+".html')"+'">'+type+'</a>';
|
|
listHtml += '<a class="tags-item" href="javascript:;"'+'onclick="gologin('+"'/list/stype/"+datas[i].stypeadd+".html')"+'">'+type+'</a>';
|