From 922dcfb535b7c9d8bd4ab1d97ebc50b49237b0df Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期三, 09 八月 2023 14:36:42 +0800 Subject: [PATCH] 2023年08月09日14:36:17 --- HDL_ON/UI/UI2/FuntionControlView/Aks/SendMethod.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/HDL_ON/UI/UI2/FuntionControlView/Aks/SendMethod.cs b/HDL_ON/UI/UI2/FuntionControlView/Aks/SendMethod.cs index 0409d16..cc599f9 100644 --- a/HDL_ON/UI/UI2/FuntionControlView/Aks/SendMethod.cs +++ b/HDL_ON/UI/UI2/FuntionControlView/Aks/SendMethod.cs @@ -372,7 +372,7 @@ // Text = responsePackNew.message + "(" + responsePackNew.Code + ")", // Direction = AMPopTipDirection.None, //}.Show(MainPage.BasePageView.GetChildren(MainPage.BasePageView.ChildrenCount - 1)); - CommonMethod.Current.ShowTip(responsePackNew.message + "(" + responsePackNew.Code + ")"); + CommonMethod.Current.ShowTip(responsePackNew.message + "(" + responsePackNew.Code + ")",3); }); } return false; -- Gitblit v1.8.0