2018年10月16日

js基于Layui模块化封装

摘要: //设置body高度 $(function () { var topHei = 0; var CH = window.innerHeight || document.documentElement.clientHeight; document.getElementsByTagName("body")[0].style.height = CH - topHei + 'px'... 阅读全文

posted @ 2018-10-16 20:01 Jeryy 阅读(678) 评论(1) 推荐(0)

js模块化

摘要: var lnv_dp = lnv_dp || {}; (function () { var Valuation = function (config) { this.config = { style: true, isPhone: false, collect: false, ... 阅读全文

posted @ 2018-10-16 19:59 Jeryy 阅读(173) 评论(0) 推荐(0)

导航