|
@@ -349,7 +349,7 @@ function isWechat() {
|
|
|
</table>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="lead-btn-nj" style="color:#2cb7ca;margin:15px 0;display:none;"><div class="adv_tosieve"></div><div class="join" onclick="adv_statistics(this)" adv_name="PC三级页引导按钮"><a style="color:#fff;text-decoration:none" class="adv_tosieve-btn"></a></div></div>
|
|
|
+ <div class="lead-btn-nj" style="color:#2cb7ca;margin:15px 0;display:none;"><div class="adv_tosieve"></div><div class="join" onclick="adv_statistics(this)"><a style="color:#fff;text-decoration:none" class="adv_tosieve-btn"></a></div></div>
|
|
|
{{if .T.obj.detail}}
|
|
|
<div class="recoveryfat" style="display:none;">
|
|
|
<div class="recoveryhead">
|
|
@@ -449,7 +449,7 @@ function isWechat() {
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="explain" style="display:none;">*以上摘要信息由剑鱼标讯智能提取。</div>
|
|
|
- <div class="lead-btn" style="color:#2cb7ca;margin:15px 0;display:none;"><div class="adv_tosieve"></div><div class="join" onclick="adv_statistics(this)" adv_name="PC三级页引导按钮"><a style="color:#fff;text-decoration:none" class="adv_tosieve-btn"></a></div></div>
|
|
|
+ <div class="lead-btn" style="color:#2cb7ca;margin:15px 0;display:none;"><div class="adv_tosieve"></div><div class="join" onclick="adv_statistics(this)"><a style="color:#fff;text-decoration:none" class="adv_tosieve-btn"></a></div></div>
|
|
|
<div id="tab1">
|
|
|
<div class="com-detail">
|
|
|
{{Html (Regexp (Regexp (Regexp (Regexp (Regexp (Regexp .T.obj.detail "(\\n|\\\\n)\\s+" "\n") "(\\n|\\\\n)+" "<br/>") "<td>\\s*$" "") "<tr>\\s*$" "") "<tbody>\\s*$" "") "<table>\\s*$" "")}}
|
|
@@ -847,7 +847,8 @@ if (adv[x]==any_adv[0]){
|
|
|
btn_text="立即查看";
|
|
|
}
|
|
|
$(".adv_tosieve-btn").text(btn_text)
|
|
|
-$(".join > a").attr("dataHref","/front/dataExport/toSieve?adv_from="+getinfotype(subtype));
|
|
|
+$(".join").attr("adv_name",fromwhere(adv[x]));
|
|
|
+$(".join > a").attr("dataHref","/front/dataExport/toSieve?adv_from="+fromwhere(adv[x]));
|
|
|
|
|
|
function getinfotype(subtype){
|
|
|
var infotype=""
|
|
@@ -867,7 +868,34 @@ function getinfotype(subtype){
|
|
|
}
|
|
|
return infotype
|
|
|
}
|
|
|
-
|
|
|
+function fromwhere(text){
|
|
|
+ var ad="pc_articel_";
|
|
|
+ if (getinfotype(subtype)=="拟建项目"){
|
|
|
+ ad+="nj"
|
|
|
+ }
|
|
|
+ if (getinfotype(subtype)=="招标公告"){
|
|
|
+ ad+="zb"
|
|
|
+ }
|
|
|
+ if (getinfotype(subtype)=="中标公告"){
|
|
|
+ ad+="win"
|
|
|
+ }
|
|
|
+ if (getinfotype(subtype)=="其他"){
|
|
|
+ ad+="qt"
|
|
|
+ }
|
|
|
+ if (jQuery.inArray(text,zb_adv)!=-1){
|
|
|
+ ad+="_zb_"+(jQuery.inArray(text,zb_adv)+1);
|
|
|
+ }
|
|
|
+ if (jQuery.inArray(text,win_adv)!=-1){
|
|
|
+ ad+="_win_"+(jQuery.inArray(text,win_adv)+1);
|
|
|
+ }
|
|
|
+ if (jQuery.inArray(text,any_adv)!=-1){
|
|
|
+ ad+="_sj_"+(jQuery.inArray(text,any_adv)+1);
|
|
|
+ }
|
|
|
+ if (jQuery.inArray(text,nj_adv)!=-1){
|
|
|
+ ad+="_nj_"+(jQuery.inArray(text,nj_adv)+1);
|
|
|
+ }
|
|
|
+ return ad
|
|
|
+}
|
|
|
//
|
|
|
$(window).scroll(function(event){
|
|
|
if(cHeight <= 0){
|