Commit 7ea96648 by nieyangyang

修改

parent 4cdc3528
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>lrkjguanw</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>com.aptana.editor.php.aptanaPhpBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.aptana.ide.core.unifiedBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>com.aptana.projects.webnature</nature>
<nature>com.aptana.editor.php.phpNature</nature>
</natures>
</projectDescription>
...@@ -207,8 +207,8 @@ ...@@ -207,8 +207,8 @@
</div> </div>
</div> </div>
<div class="foot-text"> <div class="foot-text">
<p>天津懒人网络科技有限公司</p> <p>北京懒人信息科技有限公司</p>
<p>津ICP备18004213号</p> <p>京ICP备17055630号-1</p>
<p>商务合作:service@wasair.com</p> <p>商务合作:service@wasair.com</p>
</div> </div>
</footer> </footer>
...@@ -221,17 +221,16 @@ ...@@ -221,17 +221,16 @@
</p> </p>
<script> <script>
var record = window.location.host; var record = window.location.host;
//根据域名修改内容 //根据域名修改内容
if (record == 'www.wasair.com' || record == 'lanrenfuli.com' || record == 'wasair.com' || record == '52lan.com') { if (record == 'm.wasair.com' || record == 'lanrenfuli.com' || record == 'wasair.com' || record == '52lan.com') {
$('.corporate_name').html('北京懒人信息科技有限公司'); $('.corporate_name').html('北京懒人信息科技有限公司');
$('.record-num').html('京ICP备17055630号-1'); $('.record-num').html('京ICP备17055630号-1');
} }
if (record == 'www.wasai666.com' || record == 'wasai666.com') { if (record == 'm.wasai666.com' || record == 'wasai666.com') {
$('.corporate_name').html('北京懒人信息科技有限公司'); $('.corporate_name').html('北京懒人信息科技有限公司');
$('.record-num').html('京ICP备17055630号-2'); $('.record-num').html('京ICP备17055630号-2');
} }
if (record == 'www.wslanren.com' || record == 'wslanren.com') { if (record == 'm.wslanren.com' || record == 'wslanren.com') {
$('.corporate_name').html('北京懒人信息科技有限公司'); $('.corporate_name').html('北京懒人信息科技有限公司');
$('.record-num').html('京ICP备17055630号-3'); $('.record-num').html('京ICP备17055630号-3');
} }
...@@ -239,15 +238,15 @@ ...@@ -239,15 +238,15 @@
// $('.corporate_name').html('北京懒人信息科技有限公司'); // $('.corporate_name').html('北京懒人信息科技有限公司');
// $('.record-num').html('京ICP备17055630号-4'); // $('.record-num').html('京ICP备17055630号-4');
// } // }
if (record == 'www.51miaosheng.cn' || record == '51miaosheng.cn') { if (record == 'm.51miaosheng.cn' || record == '51miaosheng.cn') {
$('.corporate_name').html('北京懒人信息科技有限公司'); $('.corporate_name').html('北京懒人信息科技有限公司');
$('.record-num').html('京ICP备17055630号-5'); $('.record-num').html('京ICP备17055630号-5');
} }
if (record == 'www.51miaosheng.com.cn' || record == '51miaosheng.com.cn') { if (record == 'm.51miaosheng.com.cn' || record == '51miaosheng.com.cn') {
$('.corporate_name').html('北京懒人信息科技有限公司'); $('.corporate_name').html('北京懒人信息科技有限公司');
$('.record-num').html('京ICP备17055630号-6'); $('.record-num').html('京ICP备17055630号-6');
} }
if (record == 'www.1miaosheng.cn' || record == '1miaosheng.cn') { if (record == 'm.1miaosheng.cn' || record == '1miaosheng.cn') {
$('.corporate_name').html('北京懒人信息科技有限公司'); $('.corporate_name').html('北京懒人信息科技有限公司');
$('.record-num').html('京ICP备17055630号-7'); $('.record-num').html('京ICP备17055630号-7');
} }
......
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