|
@@ -684,7 +684,7 @@ pre {
|
|
|
{{end}}
|
|
|
</ul>
|
|
|
</div>
|
|
|
- <div class="lead-btn-nj" style="color:#2cb7ca;margin:15px 0;display:none;margin-top:20px;"><div class="adv_tosieve" style="font-size:.25rem;"></div><div class="join" onclick="adv_statistics(this)" adv_name="微信三级页引导按钮"><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;margin-top:20px;"><div class="adv_tosieve" style="font-size:.25rem;"></div><div class="join" onclick="adv_statistics(this)"><a style="color:#fff;text-decoration:none" class="adv_tosieve-btn"></a></div></div>
|
|
|
<div class="tab-ct">
|
|
|
<div id="tab1" style="display:none;">
|
|
|
<div class="publicTitle">
|
|
@@ -703,7 +703,7 @@ pre {
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="explain" style="display:none;">*以上摘要信息由剑鱼标讯智能提取。</div>
|
|
|
- <div class="lead-btn" style="color:#2cb7ca;margin:15px 0;display:none;margin-top: -40px;"><div class="adv_tosieve" style="font-size:.25rem;"></div><div class="join" onclick="adv_statistics(this)" adv_name="微信三级页引导按钮"><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;margin-top: -40px;"><div class="adv_tosieve" style="font-size:.25rem;"></div><div class="join" onclick="adv_statistics(this)"><a style="color:#fff;text-decoration:none" class="adv_tosieve-btn"></a></div></div>
|
|
|
<div id="tab2">
|
|
|
<pre id="h_content">{{Html (Regexp (Regexp .T.obj.detail "(\\n|\\\\n)\\s+" "\n") "(\\n|\\\\n)+" "<br/>")}}</pre>
|
|
|
</div>
|
|
@@ -938,7 +938,8 @@ if (adv[x]==any_adv[0]){
|
|
|
btn_text="立即查看";
|
|
|
}
|
|
|
$(".adv_tosieve-btn").text(btn_text)
|
|
|
-$(".join > a").attr("dataHref","/front/wx_dataExport/toSieve?adv_from="+getinfotype(subtype));
|
|
|
+$(".join").attr("adv_name",fromwhere(adv[x]))
|
|
|
+$(".join > a").attr("dataHref","/front/wx_dataExport/toSieve?adv_from="+fromwhere(adv[x]));
|
|
|
|
|
|
function getinfotype(subtype){
|
|
|
var infotype=""
|
|
@@ -1998,6 +1999,34 @@ function showForceShare(){
|
|
|
$(".maskl").html('<div class="sharel"><img src="/images/wx/shareL.png"/></div>');
|
|
|
$(".info").addClass("infoFilter");
|
|
|
}
|
|
|
+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
|
|
|
+}
|
|
|
</script>
|
|
|
{{include "/common/baiducc.html"}}
|
|
|
</body>
|