From 748b29737f7f66e36532f68384ea158a1fbd49f6 Mon Sep 17 00:00:00 2001 From: zeyudada Date: Mon, 18 Apr 2022 09:46:43 +0000 Subject: [PATCH] update component/pear/module/popup.js. --- component/pear/module/popup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component/pear/module/popup.js b/component/pear/module/popup.js index 9503407..7b12a03 100644 --- a/component/pear/module/popup.js +++ b/component/pear/module/popup.js @@ -20,7 +20,7 @@ layui.define(['layer', 'jquery', 'element'], function(exports) { time: 1000 }) }, - this.warming = function(msg) { + this.warning = function(msg) { layer.msg(msg, { icon: 3, time: 1000 -- Gitee