From f80dce34c60279a4c2054a9959df81473f4e8056 Mon Sep 17 00:00:00 2001 From: wei <kaede@kaededeMacBook-Air.local> Date: 星期二, 20 四月 2021 14:39:31 +0800 Subject: [PATCH] 1 --- HDL-ON_Android/Properties/AndroidManifest.xml | 2 +- HDL_ON/Common/UserInfo.cs | 16 ---------------- .vs/HDL_APP_Project/xs/UserPrefs.xml | 30 +++++++++++++++++++++++++++--- HDL_ON/UI/UI2/FuntionControlView/Light/RelayPageBLL.cs | 2 +- HDL_ON/UI/UI1-Login/LoginPage.cs | 4 ++-- 5 files changed, 31 insertions(+), 23 deletions(-) diff --git a/.vs/HDL_APP_Project/xs/UserPrefs.xml b/.vs/HDL_APP_Project/xs/UserPrefs.xml index 786e879..cb6edff 100644 --- a/.vs/HDL_APP_Project/xs/UserPrefs.xml +++ b/.vs/HDL_APP_Project/xs/UserPrefs.xml @@ -1,18 +1,42 @@ -锘�<Properties StartupConfiguration="{D998E133-F0DD-4760-BE3C-461632F54DA4}|Default"> +锘�<Properties StartupConfiguration="{09712674-2A38-407B-B1E2-560B2C352F9A}|Default"> <MonoDevelop.Ide.ItemProperties.HDL-ON__iOS automaticSigning="False" PreferredExecutionTarget="MonoDevelop.IPhone.IPhoneDeviceTarget.00008020-000404163432002E" /> - <MonoDevelop.Ide.Workbench ActiveDocument="HDL_ON/UI/UI2/1-HomePage/HomePage.cs"> + <MonoDevelop.Ide.Workbench ActiveDocument="HDL_ON/UI/UI2/4-PersonalCenter/UnlockSetting/AppUnlockPasswordPage.cs"> <Files> <File FileName="HDL_ON/Entity/ResponseEntity/RegionInfoRes.cs" Line="66" Column="22" /> <File FileName="HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPageBLL.cs" Line="203" Column="92" /> <File FileName="HDL_ON/UI/UI2/1-HomePage/HomePage.cs" Line="165" Column="14" /> <File FileName="HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/ResidentialManagePageBLL.cs" Line="145" Column="60" /> <File FileName="HDL_ON/Entity/DB_ResidenceData.cs" Line="29" Column="16" /> + <File FileName="HDL_ON/Common/ApiUtlis.cs" Line="1" Column="1" /> + <File FileName="HDL_ON/DAL/Server/HttpUtil.cs" Line="1" Column="1" /> + <File FileName="HDL_ON/UI/UI1-Login/LoginPage.cs" Line="210" Column="58" /> + <File FileName="HDL_ON/UI/UI2/FuntionControlView/Light/RelayPageBLL.cs" Line="106" Column="51" /> + <File FileName="HDL_ON/UI/UI2/4-PersonalCenter/UnlockSetting/AppUnlockSettingsPage.cs" Line="242" Column="1" /> + <File FileName="HDL_ON/UI/MainPage.cs" Line="309" Column="33" /> + <File FileName="HDL_ON/Common/OnAppConfig.cs" Line="94" Column="9" /> + <File FileName="HDL_ON/Common/UserInfo.cs" Line="155" Column="23" /> + <File FileName="HDL_ON/UI/UI2/4-PersonalCenter/UnlockSetting/AppUnlockSettingsPageBLL.cs" Line="121" Column="42" /> + <File FileName="HDL_ON/UI/UI0-Public/AppUnlockPage.cs" Line="36" Column="30" /> + <File FileName="HDL_ON/UI/UI2/4-PersonalCenter/UnlockSetting/AppUnlockPasswordPage.cs" Line="38" Column="21" /> </Files> <Pads> <Pad Id="ProjectPad"> <State name="__root__"> <Node name="HDL_APP_Project" expanded="True"> - <Node name="HDL-ON_iOS" expanded="True" selected="True" /> + <Node name="HDL_ON" expanded="True"> + <Node name="Common" expanded="True" /> + <Node name="UI" expanded="True"> + <Node name="UI0-Public" expanded="True" /> + <Node name="UI2" expanded="True"> + <Node name="4-PersonalCenter" expanded="True"> + <Node name="UnlockSetting" expanded="True"> + <Node name="AppUnlockPasswordPage.cs" selected="True" /> + </Node> + </Node> + </Node> + </Node> + </Node> + <Node name="HDL-ON_iOS" expanded="True" /> </Node> </State> </Pad> diff --git a/HDL-ON_Android/Properties/AndroidManifest.xml b/HDL-ON_Android/Properties/AndroidManifest.xml index a07148a..979b601 100644 --- a/HDL-ON_Android/Properties/AndroidManifest.xml +++ b/HDL-ON_Android/Properties/AndroidManifest.xml @@ -1,5 +1,5 @@ 锘�<?xml version="1.0" encoding="utf-8"?> -<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="202104191" android:versionName="1.2.202104191" package="com.hdl.onpro"> +<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="202104201" android:versionName="1.2.202104201" package="com.hdl.onpro"> <uses-sdk android:minSdkVersion="26" android:targetSdkVersion="26" /> <!-- 鍙瀵硅鏉冮檺--> <uses-permission android:name="android.permission.CAMERA" /> diff --git a/HDL_ON/Common/UserInfo.cs b/HDL_ON/Common/UserInfo.cs index 61ddacf..18d4f19 100644 --- a/HDL_ON/Common/UserInfo.cs +++ b/HDL_ON/Common/UserInfo.cs @@ -135,22 +135,6 @@ WirteUserinfo(Encoding.UTF8.GetBytes(Newtonsoft.Json.JsonConvert.SerializeObject(this))); } - ///// <summary> - ///// 閫�鍑虹櫥褰曢噸缃弬鏁� - ///// </summary> - //public void LogoutReset() - //{ - // userName = ""; - // ID = ""; - // LoginTokenString = ""; - // RefreshToken = ""; - // userType = "USER_C"; - // LastTime = DateTime.MinValue; - // headImagePagePath = "LoginIcon/2.png";//閲嶇疆鐢ㄦ埛澶村儚 - //} - - //public string SetLanguage = ""; - /// <summary> /// 杞欢瑙i攣鐣岄潰 /// 1:鍚姩鏃� diff --git a/HDL_ON/UI/UI1-Login/LoginPage.cs b/HDL_ON/UI/UI1-Login/LoginPage.cs index 670dfb8..663c17d 100644 --- a/HDL_ON/UI/UI1-Login/LoginPage.cs +++ b/HDL_ON/UI/UI1-Login/LoginPage.cs @@ -207,8 +207,8 @@ { //etAccount.Text = "BB01010101@evoyo.com";//鍙瀵硅 //etAccount.Text = "13168123446"; - etAccount.Text = "13602944661";//kx - //etAccount.Text = "18316120654";//鍑夐湼"18666455392";//13375012446//13602944661//tzy 18778381374 + //etAccount.Text = "13602944661";//kx + etAccount.Text = "18316120654";//鍑夐湼"18666455392";//13375012446//13602944661//tzy 18778381374 //etAccount.Text = "15971583093";// gs//tzy 274116637@qq.com//Sumant.Bhatia@havells.com 鍥藉鏈嶅姟鍣ㄦ祴璇� } b = !b; diff --git a/HDL_ON/UI/UI2/FuntionControlView/Light/RelayPageBLL.cs b/HDL_ON/UI/UI2/FuntionControlView/Light/RelayPageBLL.cs index 79a4845..6fc5a4a 100644 --- a/HDL_ON/UI/UI2/FuntionControlView/Light/RelayPageBLL.cs +++ b/HDL_ON/UI/UI2/FuntionControlView/Light/RelayPageBLL.cs @@ -98,7 +98,7 @@ // { // d.Add("on_off", "on"); // } - // fff = !fff; + // fff = !fff; // DriverLayer.Control.Ins.SendWriteCommand(function, d); // //System.Threading.Thread.Sleep(100); // } -- Gitblit v1.8.0