grzx.js 468 Bytes
layui.use('element', function () {
    let element = layui.element; //导航的hover效果、二级菜单等功能,需要依赖element模块
    //监听导航点击
    element.on('nav(demo)', function (elem) {
        //console.log(elem)
        layer.msg(elem.text());
    });
});
$(function(){
  $('#username').text(getCookie().username)
  $('#phone').text(getCookie().phone)
  $('#zjhm').text(getCookie().zjhm)
  $('#recordtime').text(getCookie().recordtime)
})