From 2e484b5417dc56de06833bd1b90a6d2af0e4dbb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B1=E7=9C=A0=E4=BB=AA=E5=BC=8F?= <854085467@qq.com> Date: Sat, 13 Feb 2021 08:21:34 +0800 Subject: [PATCH] update component/pear/modules/popup.js. --- component/pear/modules/popup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component/pear/modules/popup.js b/component/pear/modules/popup.js index 0a5356c..9503407 100644 --- a/component/pear/modules/popup.js +++ b/component/pear/modules/popup.js @@ -38,7 +38,7 @@ layui.define(['layer', 'jquery', 'element'], function(exports) { time: 1000 }, callback); }, - this.warming = function(msg, callback) { + this.warning = function(msg, callback) { layer.msg(msg, { icon: 3, time: 1000