222
This commit is contained in:
@@ -28,7 +28,7 @@ export class MessageExtend {
|
||||
}
|
||||
|
||||
// 异步提示弹窗
|
||||
static ShowDialogAsyc(title: string, message: string, onConfirm?: () => Promise<boolean>): Promise<boolean> {
|
||||
static ShowConfirmDialogAsyc(title: string, message: string, onConfirm?: () => Promise<boolean>): Promise<boolean> {
|
||||
return new Promise((resolve) => {
|
||||
showConfirmDialog({
|
||||
title,
|
||||
|
||||
Reference in New Issue
Block a user