ソースを参照

修正俄语环境下有中文的问题

loki.wu 1 年間 前
コミット
20dd2d96eb
1 ファイル変更2 行追加0 行削除
  1. 2 0
      lib/view/measure/operate_type_change_button.dart

+ 2 - 0
lib/view/measure/operate_type_change_button.dart

@@ -266,6 +266,8 @@ class OperateTypeChangeButtonState extends State<OperateTypeChangeButton>
     final completer = Completer<bool>();
     FConfirmAlert.show(
       context: context,
+      confrimLabel: i18nBook.common.confirm.t,
+      cancelLabel: i18nBook.common.cancel.t,
       title: i18nBook.common.tip.t,
       subTitle: i18nBook.measure.thirdImageNeedCalibratingTips.t,
       businessParent: widget.businessParent,