From 1ca854e435e2c64d1406842fc4145d7f8a1511f4 Mon Sep 17 00:00:00 2001 From: Liuyf Date: Wed, 12 Mar 2025 11:51:14 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E7=BD=91=E5=85=B3=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E4=BF=AE=E6=94=B9=E7=9A=84=E5=BC=B9=E6=A1=86=E8=AF=B7?= =?UTF-8?q?=E8=BE=93=E5=85=A5=E5=A7=93=E5=90=8D=E5=BA=94=E6=98=AF=E8=AF=B7?= =?UTF-8?q?=E8=BE=93=E5=85=A5=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/mine/gateway/gatewayDetail/gatewayDetail_page.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/mine/gateway/gatewayDetail/gatewayDetail_page.dart b/lib/mine/gateway/gatewayDetail/gatewayDetail_page.dart index 612aba33..795f2923 100755 --- a/lib/mine/gateway/gatewayDetail/gatewayDetail_page.dart +++ b/lib/mine/gateway/gatewayDetail/gatewayDetail_page.dart @@ -42,10 +42,10 @@ class _GatewayDetailPageState extends State { action: () { ShowTipView().showTFViewAlertDialog( state.changeGatewayNameController, - '请输入姓名'.tr, - '请输入姓名'.tr, () { + '请输入名称'.tr, + '请输入名称'.tr, () { if (state.changeGatewayNameController.text.isEmpty) { - logic.showToast('请输入姓名'.tr); + logic.showToast('请输入名称'.tr); return; } Get.back();