설명 없음
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

show.htm 1.7KB

12345678910111213141516171819202122232425262728293031323334
  1. {eyou:switch name='$baidushoulu.data.js_open'}
  2. {eyou:case value='0'}<script type="text/javascript" src="__WEAPP_TEMPLATE__/skin/js/jquery-1.11.3.min.js"></script>{/eyou:case}
  3. {eyou:case value='1'}{/eyou:case}
  4. {eyou:default /}
  5. {/eyou:switch}
  6. <script>
  7. function baidu_check(){
  8. var stfr = window.location.href;
  9. var dz = encodeURIComponent(stfr);
  10. $.getJSON("{eyou:url link='plugins/Baidushoulu/ajax_domain' /}{$seo}domain="+ dz,function(result){
  11. if (result.code == 200) {
  12. $('#ae_bdcx').text('{$baidushoulu.data.yi_shoulu|default='已收录'}');
  13. {eyou:switch name='$baidushoulu.data.is_open'}
  14. {eyou:case value='1'}$("#ae_bdcx").attr('href','https://www.baidu.com/s?wd='+ dz); {/eyou:case}
  15. {eyou:case value='0'}$("#ae_bdcx").attr('href','https://www.baidu.com/s?wd='+document.title); {/eyou:case}
  16. {eyou:default /}
  17. {/eyou:switch}
  18. }else if(result.code == 403){
  19. $('#ae_bdcx').text('{$baidushoulu.data.wei_shoulu|default='立即提交'}');
  20. $('#ae_bdcx').css('color','{$baidushoulu.data.zt_shoulu|default='red'}');
  21. $('#ae_bdcx').attr('href','http://zhanzhang.baidu.com/sitesubmit/index?sitename='+ dz);
  22. var bp = document.createElement('script');
  23. var curProtocol = window.location.protocol.split(':')[0];
  24. if (curProtocol === 'https') {bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';}
  25. else {bp.src = 'http://push.zhanzhang.baidu.com/push.js';}
  26. var s = document.getElementsByTagName('script')[0];
  27. s.parentNode.insertBefore(bp, s);
  28. }else{
  29. $('#ae_bdcx').text('查询收录失败');
  30. }
  31. });
  32. }
  33. baidu_check();
  34. </script>