Verify that the user logs on, whether there had been registration information

Original link: http://www.cnblogs.com/q460021417/p/4341237.html
1 window.onload = function  () {
2                         if (getCookie('name')!=null&&getCookie('phone')!=null&&getCookie('password')!=null) {
3                         $("#hid").css('display','block');
4                         $("#bol").css('display','none');
5                         }
6                     }

 

Reproduced in: https: //www.cnblogs.com/q460021417/p/4341237.html

Guess you like

Origin blog.csdn.net/weixin_30919571/article/details/94785756