Skip to content

Commit 6e8f887

Browse files
author
hikki
committed
v5.1
1 parent 3fe4b62 commit 6e8f887

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

resources/assets/component.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,13 +183,14 @@ window._component = {
183183
}else {
184184
body.style.height = '70px';
185185
}
186-
body.insertAdjacentHTML("afterbegin",`<p>哈哈哈哈哈哈哈哈哈</p>`);
186+
body.insertAdjacentHTML("afterbegin",info);
187187

188188
box.append(header);
189189
box.append(body);
190190
gauze.append(box);
191191
this.DOM = gauze;
192192
document.body.append(gauze);
193+
return body;
193194
},
194195
contextmenu: function (event, list, options = {}) {
195196
options = Object.assign({

0 commit comments

Comments
 (0)