12345678910111213141516171819202122232425262728293031323334 |
- {eyou:switch name='$baidushoulu.data.js_open'}
- {eyou:case value='0'}<script type="text/javascript" src="__WEAPP_TEMPLATE__/skin/js/jquery-1.11.3.min.js"></script>{/eyou:case}
- {eyou:case value='1'}{/eyou:case}
- {eyou:default /}
- {/eyou:switch}
- <script>
- function baidu_check(){
- var stfr = window.location.href;
- var dz = encodeURIComponent(stfr);
- $.getJSON("{eyou:url link='plugins/Baidushoulu/ajax_domain' /}{$seo}domain="+ dz,function(result){
- if (result.code == 200) {
- $('#ae_bdcx').text('{$baidushoulu.data.yi_shoulu|default='已收录'}');
- {eyou:switch name='$baidushoulu.data.is_open'}
- {eyou:case value='1'}$("#ae_bdcx").attr('href','https://www.baidu.com/s?wd='+ dz); {/eyou:case}
- {eyou:case value='0'}$("#ae_bdcx").attr('href','https://www.baidu.com/s?wd='+document.title); {/eyou:case}
- {eyou:default /}
- {/eyou:switch}
- }else if(result.code == 403){
- $('#ae_bdcx').text('{$baidushoulu.data.wei_shoulu|default='立即提交'}');
- $('#ae_bdcx').css('color','{$baidushoulu.data.zt_shoulu|default='red'}');
- $('#ae_bdcx').attr('href','http://zhanzhang.baidu.com/sitesubmit/index?sitename='+ dz);
- var bp = document.createElement('script');
- var curProtocol = window.location.protocol.split(':')[0];
- if (curProtocol === 'https') {bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';}
- else {bp.src = 'http://push.zhanzhang.baidu.com/push.js';}
- var s = document.getElementsByTagName('script')[0];
- s.parentNode.insertBefore(bp, s);
- }else{
- $('#ae_bdcx').text('查询收录失败');
- }
- });
- }
- baidu_check();
- </script>
|