$.messager.show用法

$.messager.show({
title: '我的消息',
msg: '消息将在5秒后关闭。',
timeout: 1000,
showType: 'slide',
style: {} //添加style属性,并不赋值,弹出窗显示在屏幕中央,不添加style属性,弹出窗默认显示在右下角
});

posted @ 2024-04-09 15:33  哆啦啊梦  阅读(2)  评论(0编辑  收藏  举报