Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

警告框的回调中有写ajax请求,请求成功警告框才会消失 #632

Open
webwjg opened this issue Nov 24, 2020 · 0 comments
Open

Comments

@webwjg
Copy link

webwjg commented Nov 24, 2020

`$.modal({
title: "温馨提示",
text:"请",
buttons: [
{ text: "取消", className: "default" },
{ text: "确认",onClick: function() {
console.log('时间比较长的请求时,会再请求响应成功后,才会消失')
}}
]
});

`
警告框的回调中有写ajax请求,请求成功后警告框才会消失

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant