ForeverSmiYngEcologyKit/自制弹框.js

7 lines
381 B
JavaScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
说明:
第一个参数是点击ok按钮触发的function第二个参数是关闭弹框触发的function允许为null
tips是弹框的抬头content是弹框内容ok是确认按钮显示的内容
content参数是array每一个array[i]代表单独一行
*/
window.opendiyModal(null, null, { tips: "XXXXXX", content: [`${tips}XXX XXX`, "XXX XXX"], ok: '了解' });