📝: layer文档示例图片路径更换,Notify不强制取消遮罩

This commit is contained in:
0o张不歪o0
2022-07-06 10:34:18 +08:00
parent 43c4ef2e47
commit f3b2d137b3
3 changed files with 4 additions and 4 deletions

View File

@@ -140,12 +140,12 @@ const layer = {
},
//通知
notifiy: (option: any = {}, callback?: Function) => {
option.shade = false;
option.type = 6;
let defaultOption = {
offset: "rt",
time: 2000,
area: "auto",
shade:false
};
return layer.create(option, defaultOption, callback);
},