徐勤民 2 ヶ月 前
コミット
bb073b123e
1 ファイル変更1 行追加1 行削除
  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 {