This commit is contained in:
sentsin
2016-10-18 08:23:17 +08:00
parent e1d19e2e69
commit 0e202895f0
29 changed files with 196 additions and 62 deletions

View File

@@ -102,7 +102,7 @@ layui.define(function(exports){
}()));
}
return '<div class="layui-laypage layui-laypage-'+ (conf.skin ? (function(skin){
return '<div class="layui-box layui-laypage layui-laypage-'+ (conf.skin ? (function(skin){
return /^#/.test(skin) ? 'molv' : skin;
}(conf.skin)) : 'default') +'" id="layui-laypage-'+ that.config.item +'">'+ view.join('') + function(){
return conf.skip