diff --git a/pages/tripartite/okSweetAlert2.html b/pages/tripartite/okSweetAlert2.html index 3268312..5647387 100644 --- a/pages/tripartite/okSweetAlert2.html +++ b/pages/tripartite/okSweetAlert2.html @@ -33,9 +33,7 @@ layui.use(["okSweetAlert2"], function () { okSweetAlert2.fire({ type: "info", title: "HTML example", - html: "You can use bold text, " + - "links " + - "and other HTML tags", + html: "You can use bold text, links and other HTML tags", showCloseButton: true, showCancelButton: true, focusConfirm: false, @@ -74,11 +72,14 @@ layui.use(["okSweetAlert2"], function () {