烂笔头 1 OK

This commit is contained in:
2020-08-12 22:51:22 +08:00
parent c7ae9e7ac8
commit e4bb86ead9
2 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,5 @@
mui.plusReady(function(){
$(".footer").click(function(){
$('body').on('click', ".footer[data-app='app']", function(){
app.create();
})
})