魏志佳 4 лет назад
Родитель
Сommit
a230dabd62

+ 1 - 1
src/views/modules/advertiser/ProjectMemberList.vue

@@ -168,7 +168,7 @@
             <span style="color:red;" v-if="loginType == 'bytedance'">*重要:如存在一户多开情况,请勾选所有子账号进行授权!!!</span>
           </a-form-item>
           <a-form-item
-            label="是否本代理商开户:"
+            label="本代理商开户:"
             :label-col="{ xs: { span: 24 }, sm: { span: 5 } }"
             :wrapper-col="{ xs: { span: 24 }, sm: { span: 16 } }"
             v-if="loginType == 'kuaishou'"

+ 5 - 5
src/views/modules/kuaishouapp/account/stepForm/Step2.vue

@@ -941,7 +941,10 @@
             }
             postAction('/kuaishou/batch/createUnit', paramsEnd).then(res => {
               if (res.success) {
-               
+                this.visible = true
+                this.allForm.fail = res.result.fail
+                this.allForm.success = res.result.success
+                this.loading = false
                 if (res.result.success.length > 0) {
 
                   var dataElse =  res.result.success.map(item => {
@@ -956,10 +959,7 @@
                   var dataJson = JSON.stringify(dataElse)
                   localStorage.setItem('pans', dataJson)
                   localStorage.setItem('appId', this.getData('appId'))
-                  this.visible = true
-                  this.allForm.fail = res.result.fail
-                  this.allForm.success = res.result.success
-                  this.loading = false
+                  
                 }
               } else {
                 this.loading = false