You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 31, 2021. It is now read-only.
`$.modal({
title: "温馨提示",
text:"请",
buttons: [
{ text: "取消", className: "default" },
{ text: "确认",onClick: function() {
console.log('时间比较长的请求时,会再请求响应成功后,才会消失')
}}
]
});
`
警告框的回调中有写ajax请求,请求成功后警告框才会消失
The text was updated successfully, but these errors were encountered: