From 845ea4ef192053325897736503aa638ada0055e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B7=B1=E6=9E=97=E5=AD=A4=E9=B9=B0?= Date: Mon, 27 Jun 2022 03:44:05 +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