徐勤民 2 сар өмнө
parent
commit
bb073b123e

+ 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 {