ok-admin/lib/layui_plugins/okLayer/okLayer.js

12 lines
276 B
JavaScript
Raw Normal View History

2019-05-12 08:15:57 +00:00
layui.define(["layer"], function (exports) {
var okLayer = {
tableNotCheckMsg: function () {
layer.msg("未选择有效数据", {offset: "t", anim: 6});
},
confirm: function (msg) {
}
}
exports("okLayer", okLayer);
});