Browse Source

紧急修复移动端开动问题

Hu Jie 7 years ago
parent
commit
21c7927de0
1 changed files with 3 additions and 0 deletions
  1. 3 0
      components/mobile/register-saler/Register.vue

+ 3 - 0
components/mobile/register-saler/Register.vue

@@ -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>