소스 검색

账户配置功能迭代

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