|  | @@ -25,7 +25,7 @@ export default defineComponent({
 | 
											
												
													
														|  |    setup(props, { emit }) {
 |  |    setup(props, { emit }) {
 | 
											
												
													
														|  |      const countDownRef = ref();
 |  |      const countDownRef = ref();
 | 
											
												
													
														|  |      const state = reactive({
 |  |      const state = reactive({
 | 
											
												
													
														|  | -      loginType: 'SMS' as loginType,
 |  | 
 | 
											
												
													
														|  | 
 |  | +      loginType: 'PWD' as loginType,
 | 
											
												
													
														|  |        imgCodeStatus: false,
 |  |        imgCodeStatus: false,
 | 
											
												
													
														|  |        username: '',
 |  |        username: '',
 | 
											
												
													
														|  |        password: '',
 |  |        password: '',
 | 
											
										
											
												
													
														|  | @@ -162,6 +162,7 @@ export default defineComponent({
 | 
											
												
													
														|  |                class={styles.btnText}
 |  |                class={styles.btnText}
 | 
											
												
													
														|  |                onClick={() => {
 |  |                onClick={() => {
 | 
											
												
													
														|  |                  if (state.loginType === 'PWD') {
 |  |                  if (state.loginType === 'PWD') {
 | 
											
												
													
														|  | 
 |  | +                  state.countDownStatus = true;
 | 
											
												
													
														|  |                    state.loginType = 'SMS';
 |  |                    state.loginType = 'SMS';
 | 
											
												
													
														|  |                  } else {
 |  |                  } else {
 | 
											
												
													
														|  |                    state.loginType = 'PWD';
 |  |                    state.loginType = 'PWD';
 |