Commit 5ab6a3dc by Chen

修改公安备案信息

parent a88bbd84
......@@ -240,10 +240,16 @@
if (record == 'www.wasai666.com' || record == 'wasai666.com') {
$('.corporate_name').html('北京懒人信息科技有限公司');
$('.record-num').html('京ICP备17055630号-2');
$('.police-num').html('京公网安备11010502054185号');
$('.police-num').attr('href', 'https://beian.mps.gov.cn/#/query/webSearch?code=11010502054185');
$('.public-text').removeClass('hide');
}
if (record == 'www.wslanren.com' || record == 'wslanren.com') {
$('.corporate_name').html('北京懒人信息科技有限公司');
$('.record-num').html('京ICP备17055630号-3');
$('.police-num').html('京公网安备11010502054190号');
$('.police-num').attr('href', 'https://beian.mps.gov.cn/#/query/webSearch?code=11010502054190');
$('.public-text').removeClass('hide');
}
// if (record == 'www.huhusaving.cn' || record == 'huhusaving.cn' || record == 'huhusaving.com.cn' || record == 'huhushengqian.com.cn') {
// $('.corporate_name').html('北京懒人信息科技有限公司');
......@@ -252,10 +258,16 @@
if (record == 'www.51miaosheng.cn' || record == '51miaosheng.cn') {
$('.corporate_name').html('北京懒人信息科技有限公司');
$('.record-num').html('京ICP备17055630号-5');
$('.police-num').html('京公网安备11010502054188号');
$('.police-num').attr('href', 'https://beian.mps.gov.cn/#/query/webSearch?code=11010502054188');
$('.public-text').removeClass('hide');
}
if (record == 'www.51miaosheng.com.cn' || record == '51miaosheng.com.cn') {
$('.corporate_name').html('北京懒人信息科技有限公司');
$('.record-num').html('京ICP备17055630号-6');
$('.police-num').html('京公网安备11010502054186号');
$('.police-num').attr('href', 'https://beian.mps.gov.cn/#/query/webSearch?code=11010502054186');
$('.public-text').removeClass('hide');
}
if (record == 'www.1miaosheng.cn' || record == '1miaosheng.cn') {
$('.corporate_name').html('北京懒人信息科技有限公司');
......
......@@ -211,7 +211,8 @@
<!--hide-->
<p class="public-text hide">
<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>
</p>
<p class="record-num">京ICP备17055630号-1</p>
<p>商务合作:service@wasair.com</p>
......@@ -235,10 +236,16 @@
if (record == 'm.wasai666.com' || record == 'wasai666.com') {
$('.corporate_name').html('北京懒人信息科技有限公司');
$('.record-num').html('京ICP备17055630号-2');
$('.police-num').html('京公网安备11010502054185号');
$('.police-num').attr('href', 'https://beian.mps.gov.cn/#/query/webSearch?code=11010502054185');
$('.public-text').removeClass('hide');
}
if (record == 'm.wslanren.com' || record == 'wslanren.com') {
$('.corporate_name').html('北京懒人信息科技有限公司');
$('.record-num').html('京ICP备17055630号-3');
$('.police-num').html('京公网安备11010502054190号');
$('.police-num').attr('href', 'https://beian.mps.gov.cn/#/query/webSearch?code=11010502054190');
$('.public-text').removeClass('hide');
}
// if (record == 'www.huhusaving.cn' || record == 'huhusaving.cn' || record == 'huhusaving.com.cn' || record == 'huhushengqian.com.cn') {
// $('.corporate_name').html('北京懒人信息科技有限公司');
......@@ -247,14 +254,23 @@
if (record == 'm.51miaosheng.cn' || record == '51miaosheng.cn') {
$('.corporate_name').html('北京懒人信息科技有限公司');
$('.record-num').html('京ICP备17055630号-5');
$('.police-num').html('京公网安备11010502054188号');
$('.police-num').attr('href', 'https://beian.mps.gov.cn/#/query/webSearch?code=11010502054188');
$('.public-text').removeClass('hide');
}
if (record == 'm.51miaosheng.com.cn' || record == '51miaosheng.com.cn') {
$('.corporate_name').html('北京懒人信息科技有限公司');
$('.record-num').html('京ICP备17055630号-6');
$('.police-num').html('京公网安备11010502054186号');
$('.police-num').attr('href', 'https://beian.mps.gov.cn/#/query/webSearch?code=11010502054186');
$('.public-text').removeClass('hide');
}
if (record == 'm.1miaosheng.cn' || record == '1miaosheng.cn') {
$('.corporate_name').html('北京懒人信息科技有限公司');
$('.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>
</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