| | |
| | | //return; |
| | | if (b) |
| | | { |
| | | etAccount.Text = "wxr@hdlchina.com.cn"; |
| | | |
| | | etAccount.Text = "13682244600"; |
| | | //etAccount.Text = "13580507523"; |
| | | etAccount.Text = "13478265371"; |
| | | } |
| | | else |
| | | { |
| | |
| | | if(etAccount.Text == "wxr@hdlchina.com.cn") |
| | | { |
| | | etPassword.Text = "CQDWYEOV"; |
| | | }else if(etAccount.Text == "13682244600") |
| | | }else if(etAccount.Text == "13478265371") |
| | | { |
| | | etPassword.Text = "asd123456789asd"; |
| | | etPassword.Text = "aa123456"; |
| | | }else if (etAccount.Text == "13580507523") |
| | | { |
| | | etPassword.Text = "a123456"; |
| | | } |
| | | btnLogin.IsSelected = true; |
| | | }; |