|
|
@@ -14,6 +14,8 @@
|
|
|
@sectionEvent="sectionChange"
|
|
|
@registerAction="onRegister"
|
|
|
:loginData="loginData"
|
|
|
+ :enterpriseData="enterpriseData"
|
|
|
+ :businessImgUrl="businessImgUrl"
|
|
|
@businessImgUrlAction="onBusinessImgUrl"
|
|
|
@isSelfCacheDataAction="onCacheData"></step-first>
|
|
|
<step-second v-show="section == 2"
|
|
|
@@ -31,6 +33,7 @@
|
|
|
:registerData="registerData"
|
|
|
:enterpriseData="enterpriseData"
|
|
|
:checkData="checkData"
|
|
|
+ :businessImgUrl="businessImgUrl"
|
|
|
@businessImgUrlAction="onBusinessImgUrl"
|
|
|
:loginData="loginData"
|
|
|
:tab="tab" ref="clearInfo"></step-third>
|