From 18d4b849131c1d44b0a8dc1abee4a57207d1c497 Mon Sep 17 00:00:00 2001 From: WJC <wjc@hdlchina.com.cn> Date: 星期一, 11 十一月 2019 17:23:59 +0800 Subject: [PATCH] 2019-11-11-1 --- ZigbeeApp/Shared/Phone/UserCenter/Device/Bind/ChooseKeyModePage.cs | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Device/Bind/ChooseKeyModePage.cs b/ZigbeeApp/Shared/Phone/UserCenter/Device/Bind/ChooseKeyModePage.cs old mode 100755 new mode 100644 index 215a333..1ee1807 --- a/ZigbeeApp/Shared/Phone/UserCenter/Device/Bind/ChooseKeyModePage.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/Device/Bind/ChooseKeyModePage.cs @@ -1,6 +1,6 @@ 锘縰sing System; using System.Collections.Generic; -using Com.Amap.Api.Location; +//using Com.Amap.Api.Location; using Shared.Common; using ZigBee.Device; using static ZigBee.Device.BindObj; @@ -389,6 +389,7 @@ }); btnFinifh.Enable = true; btnFinifh.BackgroundColor = Shared.Common.ZigbeeColor.Current.XMBlack; + return; } } catch { } -- Gitblit v1.8.0