Merge branch 'develop_liyi' into canary_release
This commit is contained in:
commit
41c5232834
@ -42,10 +42,10 @@ class _GatewayDetailPageState extends State<GatewayDetailPage> {
|
||||
action: () {
|
||||
ShowTipView().showTFViewAlertDialog(
|
||||
state.changeGatewayNameController,
|
||||
'请输入姓名'.tr,
|
||||
'请输入姓名'.tr, () {
|
||||
'请输入名称'.tr,
|
||||
'请输入名称'.tr, () {
|
||||
if (state.changeGatewayNameController.text.isEmpty) {
|
||||
logic.showToast('请输入姓名'.tr);
|
||||
logic.showToast('请输入名称'.tr);
|
||||
return;
|
||||
}
|
||||
Get.back();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user