From 4a0d8e0ecc13abfc1463ce1922dc8263f22831f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=A4=E5=BF=83?= <3277200+sentsim@users.noreply.github.com> Date: Sun, 9 Oct 2022 00:48:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20dropdown=20=E5=85=B3?= =?UTF-8?q?=E9=97=AD=E5=AE=9E=E4=BE=8B=E9=9D=A2=E6=9D=BF=E7=9A=84=E6=96=B9?= =?UTF-8?q?=E6=B3=95=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/dropdown.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/dropdown.js b/src/modules/dropdown.js index 685b8a04..617fa82a 100644 --- a/src/modules/dropdown.js +++ b/src/modules/dropdown.js @@ -48,7 +48,7 @@ layui.define(['jquery', 'laytpl', 'lay'], function(exports){ ,reload: function(options){ that.reload.call(that, options); } - ,remove: function () { + ,close: function () { that.remove() } }