From a1f5069f835ea26445bd78e86637fe2d971000c6 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, 10 Sep 2023 20:21:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20code=20=E7=9A=84=20tools?= =?UTF-8?q?=20=E7=9A=84=20event=20=E8=BF=94=E5=9B=9E=E5=8F=82=E6=95=B0?= =?UTF-8?q?=EF=BC=8C=E5=A2=9E=E5=8A=A0=E5=BD=93=E5=89=8D=E7=A4=BA=E4=BE=8B?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/code.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/code.js b/src/modules/code.js index 3399fe70..e7ffc6d9 100644 --- a/src/modules/code.js +++ b/src/modules/code.js @@ -328,6 +328,7 @@ layui.define(['lay', 'util', 'element', 'form'], function(exports){ var parameters = { elem: oi, type: type, + options: options, // 当前属性选项 rawCode: rawCode.join(''), // 原始 code finalCode: util.unescape(finalCode) // 最终 code };