yumeng 5 år sedan
förälder
incheckning
8f1119b240
1 ändrade filer med 1 tillägg och 1 borttagningar
  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;
               if (this.loginType == 'kuaishou') {
                 params.mediaId = 2;
-                params.authName = this.authName;
               } else if (this.loginType == 'bytedance') {
                 params.mediaId = 1;
               }
@@ -371,6 +370,7 @@
               params.authorizationType = this.authorizationType;
               if (this.authorizationType == 'kuaishou') {
                 params.mediaId = 2;
+                params.authName = this.authName;
               } else if (this.authorizationType == 'bytedance') {
                 params.mediaId = 1;
               }