浏览代码

账户配置功能迭代

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