This commit is contained in:
贤心
2021-04-06 16:01:23 +08:00
parent b0646a2f11
commit 41a47c6300
8 changed files with 47 additions and 17 deletions

View File

@@ -105,7 +105,9 @@ layui.use('layer', function(){
}]
});
}
};
$('.demo').on('click', function(){
var type = $(this).data('type');
active[type] ? active[type].call(this) : '';