📝(layer): 修复 close 与 closeAll 案例
This commit is contained in:
@@ -120,7 +120,7 @@ export function calculateType(modalType: number | string) {
|
||||
return 3;
|
||||
} else if (modalType === "drawer" || modalType == 4) {
|
||||
return 4;
|
||||
} else if (modalType === "photos") {
|
||||
} else if (modalType === "photos") {
|
||||
return 5;
|
||||
}
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user