1. Question:
- after logging in, you are required to verify your mobile phone number and ID number before you can operate other parts
- 1 complete the verification of mobile phone number first
- 2 and then fill in the ID card number
because the two are on different pages, I want to learn the way to implement them.
2. The solution you can think of:
set a separate check field in the user"s table, status 0 incomplete mobile phone authentication status 1 is incomplete authentication status 9 is all OK, and then check the user status, where 0 is detected and jumps to the verification mobile phone page.
3. A solution for a better solution: