|
@@ -38,7 +38,7 @@
|
|
<RegisterMail v-if="currentStep === 'mail'" @success="(val) => { currentStep = 'account'; email = val }" />
|
|
<RegisterMail v-if="currentStep === 'mail'" @success="(val) => { currentStep = 'account'; email = val }" />
|
|
<RegisterAccount v-if="currentStep === 'account'" :email="email" @success="currentStep = 'finish'"/>
|
|
<RegisterAccount v-if="currentStep === 'account'" :email="email" @success="currentStep = 'finish'"/>
|
|
<RegisterSuccess v-if="currentStep === 'finish'"/>
|
|
<RegisterSuccess v-if="currentStep === 'finish'"/>
|
|
- <div :class="{ bottom: true, flex_row_between_center: true }">
|
|
|
|
|
|
+ <div :class="{ bottom: true, flex_row_between_center: true, 'row-reverse': currentStep !== 'emai' }">
|
|
<a href="javascript:void(0)" @click="goToPage('/login')">{{
|
|
<a href="javascript:void(0)" @click="goToPage('/login')">{{
|
|
L["已有账号,去登录"]
|
|
L["已有账号,去登录"]
|
|
}}</a>
|
|
}}</a>
|