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=$(`