yumeng 5 years ago
parent
commit
8f1119b240
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/modules/advertiser/AdvertiserList.vue

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

@@ -351,7 +351,6 @@
               params.loginType = this.loginType;
               params.loginType = this.loginType;
               if (this.loginType == 'kuaishou') {
               if (this.loginType == 'kuaishou') {
                 params.mediaId = 2;
                 params.mediaId = 2;
-                params.authName = this.authName;
               } else if (this.loginType == 'bytedance') {
               } else if (this.loginType == 'bytedance') {
                 params.mediaId = 1;
                 params.mediaId = 1;
               }
               }
@@ -371,6 +370,7 @@
               params.authorizationType = this.authorizationType;
               params.authorizationType = this.authorizationType;
               if (this.authorizationType == 'kuaishou') {
               if (this.authorizationType == 'kuaishou') {
                 params.mediaId = 2;
                 params.mediaId = 2;
+                params.authName = this.authName;
               } else if (this.authorizationType == 'bytedance') {
               } else if (this.authorizationType == 'bytedance') {
                 params.mediaId = 1;
                 params.mediaId = 1;
               }
               }