From f235fb18c304dc8f4049483f60b261d0e842e727 Mon Sep 17 00:00:00 2001 From: huangxiaomin Date: Mon, 12 Jul 2021 15:18:18 +0800 Subject: [PATCH] =?UTF-8?q?ureport=E6=BA=90=E7=A0=81=20-=20=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ureport2-js/src/MsgBox.js | 8 +++++++- ureport2-js/src/index.js | 1 + 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ureport2-js/src/MsgBox.js b/ureport2-js/src/MsgBox.js index 61eaff4..f62f04c 100644 --- a/ureport2-js/src/MsgBox.js +++ b/ureport2-js/src/MsgBox.js @@ -1,3 +1,9 @@ +/* + * @Author: xiaomin + * @Date: 2021-07-07 10:54:03 + * @LastEditTime: 2021-07-09 16:32:45 + * @LastEditors: xiaominhuang + */ /** * Created by jacky on 2016/7/9. */ @@ -38,7 +44,7 @@ export function showDialog(title,dialogContent,buttons,events,large){ function buildDialog(title,dialogContent,buttons,large){ const className='modal-dialog'+ (large ? ' modal-lg' : ''); - let modal=$(``); + let modal=$(``); let dialog=$(`
`); modal.append(dialog); let content=$(`