| | |
| | | v-model="state.policyChecked" |
| | | policyBtnText="若手机号未注册,将为您直接注册账号,注册即为同意" |
| | | /> |
| | | <div class="other-login-channel-wrapper" v-if="!isLoginByWeb"> |
| | | <!-- <div class="other-login-channel-wrapper" v-if="!isLoginByWeb"> |
| | | <nut-divider>其他登录方式</nut-divider> |
| | | <div class="other-login-channel-list"> |
| | | <div class="other-login-channel-list-item" @click="goLoginByForm()"> |
| | |
| | | </div> |
| | | <div class="other-login-channel-list-item-text">验证码登录</div> |
| | | </div> |
| | | <!-- <div |
| | | <div |
| | | class="other-login-channel-list-item" |
| | | @click="goLoginByForm(LoginFormTabs.AccountLogin)" |
| | | > |
| | |
| | | <img :src="IconPassword" /> |
| | | </div> |
| | | <div class="other-login-channel-list-item-text">账户登录</div> |
| | | </div> --> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </div> --> |
| | | </LoginPageLayout> |
| | | </template> |
| | | |