From 9f1d51429ec86d618bcdb75aee505a57ae94db30 Mon Sep 17 00:00:00 2001 From: gxc <guoxuecheng@guoxuechengdeMacBook-Pro.local> Date: 星期一, 09 十二月 2019 11:11:19 +0800 Subject: [PATCH] 2019.12.9 --- ZigbeeApp/Shared/R.cs | 28 ++++++++++++++++++---------- 1 files changed, 18 insertions(+), 10 deletions(-) diff --git a/ZigbeeApp/Shared/R.cs b/ZigbeeApp/Shared/R.cs index 1078a12..a2d5a4f 100644 --- a/ZigbeeApp/Shared/R.cs +++ b/ZigbeeApp/Shared/R.cs @@ -586,6 +586,7 @@ public const int Favorite = 10001; + /// <summary> /// 鎵嬫満鍙� /// </summary> @@ -650,20 +651,20 @@ /// 纭畾 /// </summary> public const int Confrim = 10115; - /// <summary> - /// 璇ヨ处鍙峰凡娉ㄥ唽锛屽彲鐩存帴鐧诲綍 - /// </summary> - public const int AccountHasBeenRegistered = 10116; + /// <summary> + /// 璇ョ敤鎴峰凡瀛樺湪锛屽彲鐩存帴鐧诲綍 + /// </summary> + public const int AccountHasBeenRegistered = 10116; /// <summary> /// 鎻愪緵鐨勫弬鏁伴敊璇� /// </summary> public const int PARAMETEROREMPTY = 10117; + /// <summary> + /// 纭瀵嗙爜涓嶄竴鑷达紝璇烽噸鏂拌緭鍏� + /// </summary> + public const int TwoPasswordInconsistency = 10118; /// <summary> - /// 涓ゆ瀵嗙爜涓嶄竴鑷� - /// </summary> - public const int TwoPasswordInconsistency = 10118; - /// <summary> - /// 楠岃瘉鐮侀敊璇� + /// 楠岃瘉鐮侀敊璇紝璇烽噸鏂拌緭鍏� /// </summary> public const int VALIDCODEANDPHONENOEQUAL = 10119; /// <summary> @@ -746,7 +747,14 @@ /// 鎵嬫満鍙烽敊璇紝璇烽噸鏂拌緭鍏� /// </summary> public const int ThePhoneError = 10139; - + /// <summary> + /// 璇疯緭鍏ラ暱搴︿负6-13涓瓧绗︾殑瀵嗙爜 + /// </summary> + public const int ThePWDLengthError = 10140; + /// <summary> + /// 浣犲凡琚己鍒朵笅绾匡紒 + /// </summary> + public const int YouHaveBeenSignOut = 10141; /// <summary> -- Gitblit v1.8.0