Sfoglia il codice sorgente

账户配置功能迭代

jiayufei 4 anni fa
parent
commit
e676a477aa

+ 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'];