Просмотр исходного кода

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

loki.wu 1 год назад
Родитель
Сommit
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,