ZigbeeApp/Shared/Phone/UserCenter/DoorLock/TimeSettignPage.cs
@@ -447,8 +447,15 @@ } if (gwZone.Contains('+')) { if (num == 0) { zoneText = Language.StringByID(R.MyInternationalizationString.CurZoneText0); } else { zoneText = EastZoneList(num - 1); } } else if (gwZone.Contains('-')) { zoneText = WestZoneList(num - 1);