徐勤民 2 months ago
parent
commit
bb073b123e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/ets/utils/ToolsHelper.ets

+ 1 - 1
src/main/ets/utils/ToolsHelper.ets

@@ -14,7 +14,7 @@ export interface Btn {
 export interface AlertOptions {
   title?: string
   msg?: string
-  action: Btn
+  action?: Btn
 }
 
 export interface ConfirmOptions {