From 35a1f11de802c78b89460c696ffbe8b1c8346a39 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期四, 08 七月 2021 16:22:51 +0800 Subject: [PATCH] 2021-07-08 1.增加猫眼推送对接 --- HDL_ON/UI/UI1-Login/LoginPage.cs | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/HDL_ON/UI/UI1-Login/LoginPage.cs b/HDL_ON/UI/UI1-Login/LoginPage.cs index 022b8bc..5a5e2fc 100644 --- a/HDL_ON/UI/UI1-Login/LoginPage.cs +++ b/HDL_ON/UI/UI1-Login/LoginPage.cs @@ -212,16 +212,17 @@ //etAccount.Text = "18316672920";//lcg "18316672920";//hzx;// "13415629083"//cf;; //etAccount.Text = "18316120654";//tujie // "15622703419"lwn;// "18824864143";//"464027401@qq.com"; //"2791308028@qq.com";//13697499568 + etAccount.Text = "15626203746"; } else { - //etAccount.Text = "15626203746"; //etAccount.Text = "15018447586";//闊充箰鏁伴噺鍒锋柊闂 //etAccount.Text = "464027401@qq.com";// //etAccount.Text = "15217626103";// //etAccount.Text = "13682244600";//娉㈠摜 //etAccount.Text = "13168123446";//鏄嗘槑閲戣寕椤圭洰锛屾柊椋庨棶棰� - etAccount.Text = "551775569@.com"; + etAccount.Text = "551775569@qq.com"; + etAccount.Text = "2949126848@qq.com";//闄堢惓cct娴嬭瘯 //etAccount.Text = "13168123446"; //etAccount.Text = "13676202754";//宸存灄鏈嶅姟鍣� //etAccount.Text = "13602944661";//kx @@ -231,6 +232,10 @@ } b = !b; etPassword.Text = "123456"; + if(etAccount.Text == "15626203746") + { + etPassword.Text = "12345678"; + } btnLogin.IsSelected = true; }; #endif -- Gitblit v1.8.0