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