(component): layer 新增 full\min\restore 三种回调事件

#I5C2OK
This commit is contained in:
0o张不歪o0
2022-06-28 13:22:33 +08:00
parent 21835edb61
commit 36b6c31824
2 changed files with 15 additions and 2 deletions

View File

@@ -191,7 +191,10 @@ const openMaxmin = function() {
type: 1,
title: "标题",
maxmin: true,
content: "内容"
content: "内容",
full:(e)=>{console.log('full',e)},
min:(e)=>{console.log('min',e)},
restore:(e)=>{console.log('restore',e)}
})
}