From 7ca50bd1cf60d9fc90ac82ec057946af8724718c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=A4=E5=BF=83?= <3277200+sentsim@users.noreply.github.com> Date: Thu, 4 Aug 2022 15:19:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20colorpicker=20=E4=BA=8B?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/colorpicker.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/colorpicker.js b/src/modules/colorpicker.js index dffe1452..97f374b6 100644 --- a/src/modules/colorpicker.js +++ b/src/modules/colorpicker.js @@ -682,6 +682,7 @@ layui.define(['jquery', 'lay'], function(exports){ var that = thisModule.getThis(colorpicker.thisId); if(!that) return; + var options = that.config; var elemColorBoxSpan = that.elemColorBox.find('.' + PICKER_TRIG_SPAN); //如果点击的元素是颜色框