(step)
| 29 | } = deps; |
| 30 | |
| 31 | function getVerificationCodeStateKey(step) { |
| 32 | return step === 4 ? 'lastSignupCode' : 'lastLoginCode'; |
| 33 | } |
| 34 | |
| 35 | function getVerificationCodeLabel(step) { |
| 36 | return step === 4 ? '注册' : '登录'; |
no outgoing calls
no test coverage detected