|
@@ -13,12 +13,21 @@ if(sessionStorage){
|
|
|
}
|
|
|
</script>
|
|
|
<script src="/jylab/followent/js/rem.js"></script>
|
|
|
+<script src="https://cdn-common.jianyu360.com/cdn/lib/jquery/3.6.0/jquery.min.js"></script>
|
|
|
<link href="/jylab/followent/css/weui.min.css" rel="stylesheet">
|
|
|
<link href="/jylab/followent/css/common.css?v={{Msg "seo" "version"}}" rel="stylesheet">
|
|
|
<link href="/jylab/followent/css/follow.css?v={{Msg "seo" "version"}}" rel="stylesheet">
|
|
|
<link href="/jylab/followent/css/merge-wx.css?v={{Msg "seo" "version"}}" rel="stylesheet">
|
|
|
|
|
|
</head>
|
|
|
+<style>
|
|
|
+ #pro_footer{
|
|
|
+ position: fixed;
|
|
|
+ left: 0;
|
|
|
+ right: 0;
|
|
|
+ bottom: 0;
|
|
|
+ }
|
|
|
+</style>
|
|
|
<body class="listpage">
|
|
|
<ul>
|
|
|
</ul>
|
|
@@ -29,8 +38,51 @@ if(sessionStorage){
|
|
|
<img src="/jylab/followent/images/wx/jyprompt.png">剑鱼标讯提示:<front>可关注{{.T.followEntLimit}}个企业</front>
|
|
|
</div>
|
|
|
<div class="jylistbottom" style="display: none;">
|
|
|
- <img src="/jylab/followent/images/wx/jydustbin.png"/>批量移除30天无更新企业
|
|
|
- </div>
|
|
|
+ <img src="/jylab/followent/images/wx/jydustbin.png"/>批量移除30天无更新企业
|
|
|
+ </div>
|
|
|
+ <div class="_fhts92t44f" id="pro_footer"></div>
|
|
|
+ <script type="text/javascript">
|
|
|
+ $.ajax({
|
|
|
+ type: 'POST',
|
|
|
+ url: '/publicapply/bidcoll/power?t=' + new Date().getTime(),
|
|
|
+ success: function(res) {
|
|
|
+ console.log(res)
|
|
|
+ // res.data.entniche = false
|
|
|
+ // res.data.member = false
|
|
|
+ // res.data.vip = 0
|
|
|
+ if(res.error_code == 0) {
|
|
|
+ if(!res.data.entniche && !res.data.member && res.data.vip <= 0){
|
|
|
+ (window.slotbydup = window.slotbydup || []).push({
|
|
|
+ id: "u6603901",
|
|
|
+ container: "_fhts92t44f",
|
|
|
+ async: true
|
|
|
+ });
|
|
|
+ getAjaxAdv()
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ error: function(err) {
|
|
|
+ console.log(err)
|
|
|
+ }
|
|
|
+ })
|
|
|
+ function getAjaxAdv () {
|
|
|
+ $.ajax({
|
|
|
+ type: 'POST',
|
|
|
+ url: '/publicapply/adLeague/exposure',
|
|
|
+ data: {
|
|
|
+ client: 'WX',
|
|
|
+ id: 'ad8',
|
|
|
+ position: '关注的企业列表页底部'
|
|
|
+ },
|
|
|
+ success: function(res) {
|
|
|
+ console.log(res)
|
|
|
+ }
|
|
|
+ })
|
|
|
+ }
|
|
|
+ </script>
|
|
|
+ <!-- 多条广告如下脚本只需引入一次 -->
|
|
|
+ <script type="text/javascript" src="//cpro.baidustatic.com/cpro/ui/cm.js" async="async" defer="defer" >
|
|
|
+ </script>
|
|
|
<div class="easypopup" id="easypopup">
|
|
|
<div class="easypopup-main">
|
|
|
<div class="easypopup-header">提示信息</div>
|
|
@@ -52,6 +104,22 @@ if(sessionStorage){
|
|
|
<script type="text/javascript">
|
|
|
initShare({{.T.signature}},{{.T.openid}},2,"jy_extend",{{.T.nickname}},{{.T.avatar}});
|
|
|
$(function () {
|
|
|
+ addEventListener('blur', function() {
|
|
|
+ if(document.activeElement = document.getElementById('iframeu6603901_0')) {
|
|
|
+ $.ajax({
|
|
|
+ type: 'POST',
|
|
|
+ url: '/publicapply/adLeague/click',
|
|
|
+ data: {
|
|
|
+ client: 'WX',
|
|
|
+ id: 'ad8',
|
|
|
+ position: '关注的企业列表页底部'
|
|
|
+ },
|
|
|
+ success: function(res) {
|
|
|
+ console.log(res)
|
|
|
+ }
|
|
|
+ })
|
|
|
+ }
|
|
|
+ });
|
|
|
$(window).bind("pageshow", function(event){
|
|
|
if(event.originalEvent.persisted && sessionStorage.version == "1"){
|
|
|
hasReload = true;
|