📚 API 文档
// Toast 提示
tip.toast(message, type, options)
tip.success(message, options)
tip.error(message, options)
tip.info(message, options)
tip.warning(message, options)
// 确认对话框
tip.confirm(message, callback, options)
// 输入对话框
tip.prompt(message, callback, options)
// 加载遮罩
tip.loading.show(message)
tip.loading.hide()
tip.showLoading(message)
tip.closeLoading()
// 清理方法
tip.clearToasts()
tip.closeAllModals()
tip.closeAllLoading()
tip.clearAll()