| | |
| | | bool enable = backBytes [0] == 0 ? false : true; |
| | | //返回住宅ID 转为string类型 |
| | | string backIDStr = CommonPage.MyEncodingGB2312.GetString (backBytes, 1, 36).Trim ('\0'); |
| | | //36FF"ÿÿÿÿÿÿÿÿÿÿÿÿÿÿ" |
| | | //32FF ÿÿÿÿÿÿÿÿÿÿ |
| | | if (enable || backIDStr == UserConfig.Instance.CurrentRegion.Id || string.IsNullOrEmpty (backIDStr) || backIDStr.Equals("ÿÿÿÿÿÿÿÿÿÿÿÿÿÿ")) { |
| | | backIDStr = backIDStr.Replace ("ÿ", ""); |
| | | //|| backIDStr == "ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ" |
| | | if (enable || backIDStr == UserConfig.Instance.CurrentRegion.Id || string.IsNullOrEmpty (backIDStr) ) { |
| | | goNext = true; |
| | | } else { |
| | | //#if DEBUG |