ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/IMessageCommon.cs
@@ -613,6 +613,13 @@ dic = dicMsg[keys]; //指定的住宅不存在 dic["NoRecord"] = R.MyInternationalizationString.uZigbeeHome_NoRecord; //子账号删除主帐号分享过来的住宅 keys = "ZigbeeUsers/SubAccountDelShareHome"; dicMsg[keys] = new Dictionary<string, int>(); dic = dicMsg[keys]; //指定的住宅不存在 dic["NoRecord"] = R.MyInternationalizationString.uZigbeeHome_NoRecord; } /// <summary> @@ -669,7 +676,7 @@ //在册的Msg return Language.StringByID(dicMsg[requestName][statuCode]); } return "ERROR:" + statuCode; return "Error:" + statuCode; } } }