function showMsg(msg, icon){ layer.msg(msg, { //1:正确;2:错误;3:询问;4:锁定;5:失败;6:成功;7:警告;16:加载 icon : icon, offset : 0, shift : 6, //抖动效果 time : 3000 }); }
原文地址:https://www.cnblogs.com/SleepEarly/p/11082692.html
时间: 2024-11-08 17:31:23
function showMsg(msg, icon){ layer.msg(msg, { //1:正确;2:错误;3:询问;4:锁定;5:失败;6:成功;7:警告;16:加载 icon : icon, offset : 0, shift : 6, //抖动效果 time : 3000 }); }
原文地址:https://www.cnblogs.com/SleepEarly/p/11082692.html