jiayufei пре 4 година
родитељ
комит
e676a477aa
1 измењених фајлова са 2 додато и 4 уклоњено
  1. 2 4
      src/views/modules/account-config/components/configuration-modal.vue

+ 2 - 4
src/views/modules/account-config/components/configuration-modal.vue

@@ -1466,10 +1466,8 @@ export default {
                     this.configForm.adRetargetingTagsExclude = '';
                     this.configForm.updateGetingExclude = [];
                     this.configForm.adRetargetingTagsType = '';
-                    if (!this.platformLoadingType) {
-                        this.configForm.adPlatform = 'NONE';
-                        this.platformLoadingType = '';
-                    }
+                    this.configForm.adPlatform = 'NONE';
+                    this.platformLoadingType = '';
                     this.configForm.adDeviceSelectType = ['NONE'];
                     this.configForm.adAndroidVersion = 'NONE';
                     this.configForm.adSelectAc = ['NONE'];