|
@@ -36,10 +36,10 @@
|
|
|
<div class="top" v-if="currentStep !== 'finish'">
|
|
|
<div class="item1">{{ title }}</div>
|
|
|
</div>
|
|
|
- <!-- <RegisterPhone v-if="currentStep === 'first' && appType === 'distributor'" @success="(val) => { currentStep = 'second'; mobile = val }" />
|
|
|
+ <RegisterPhone v-if="currentStep === 'first' && appType === 'distributor'" @success="(val) => { currentStep = 'second'; mobile = val }" />
|
|
|
<RegisterMail v-if="currentStep === 'first' && appType === 'user'" @success="(val) => { currentStep = 'second'; email = val }" />
|
|
|
- <RegisterAccount v-if="currentStep === 'second'" :email="email" :mobile="mobile" @success="currentStep = 'finish'"/> -->
|
|
|
- <RegisterSuccess />
|
|
|
+ <RegisterAccount v-if="currentStep === 'second'" :email="email" :mobile="mobile" @success="currentStep = 'finish'"/>
|
|
|
+ <RegisterSuccess v-if="currentStep === 'finish'"/>
|
|
|
<div :class="{ bottom: true, flex_row_between_center: true, 'row-reverse': currentStep !== 'emai' }">
|
|
|
<a href="javascript:void(0)" @click="goToPage('/login')">{{
|
|
|
L["已有账号,去登录"]
|