Commit a88bbd84 by Chen

修改 1miaosheng.cn

parent 4dd87ff3
...@@ -199,7 +199,8 @@ ...@@ -199,7 +199,8 @@
</span> </span>
<span class="public-text hide"> <span class="public-text hide">
<img class="public-img" src="images/imgJ.png"> <img class="public-img" src="images/imgJ.png">
<span>京公网安备11010502045279号</span> <a class="police-num" href="https://beian.mps.gov.cn/#/query/webSearch?code=11010502045279" target="_blank" rel="nofollow"
style="text-decoration: none;color: #ffffff">京公网安备11010502045279号</a>
</span> </span>
<span>商务合作:service@wasair.com</span> <span>商务合作:service@wasair.com</span>
...@@ -259,6 +260,9 @@ ...@@ -259,6 +260,9 @@
if (record == 'www.1miaosheng.cn' || record == '1miaosheng.cn') { if (record == 'www.1miaosheng.cn' || record == '1miaosheng.cn') {
$('.corporate_name').html('北京懒人信息科技有限公司'); $('.corporate_name').html('北京懒人信息科技有限公司');
$('.record-num').html('京ICP备17055630号-7'); $('.record-num').html('京ICP备17055630号-7');
$('.police-num').html('京公网安备11010502054187号');
$('.police-num').attr('href', 'https://beian.mps.gov.cn/#/query/webSearch?code=11010502054187');
$('.public-text').removeClass('hide');
} }
</script> </script>
</body> </body>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment