♻️: fix: 解决冲突

This commit is contained in:
sight
2022-06-28 14:16:21 +08:00
2 changed files with 14 additions and 1 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)}
})
}