摘要: 封装layer提示框 (function($){ $.extend({ modal: { // 显示图标 icon: function(type) { var icon = ""; if (type == modal_status.WARNING) { icon = 0; } else if (ty 阅读全文
posted @ 2021-04-22 21:24 mantishell 阅读(1142) 评论(0) 推荐(0)