Browse Source

分支合并冲突

Signed-off-by: tangshizhe <48740614+tangshizhe@users.noreply.github.com>
tangshizhe 1 year ago
parent
commit
baa550a333

+ 1 - 6
apps/bigmember_pc/src/components/subscribe-manager/SubConfig.vue

@@ -259,15 +259,10 @@ export default {
       timeout: null,
       timeout: null,
       entStatus: false,
       entStatus: false,
       districtMapData: {},
       districtMapData: {},
-<<<<<<< HEAD
-      areaMapData: {},
+      areaMapData: this.area,
       regionMapData: this.regionMap,
       regionMapData: this.regionMap,
       matchType: ['title'],
       matchType: ['title'],
       keywordMatchTypeList
       keywordMatchTypeList
-=======
-      areaMapData: this.area,
-      regionMapData: this.regionMap
->>>>>>> main
     }
     }
   },
   },
   watch: {
   watch: {

+ 1 - 7
apps/bigmember_pc/src/components/subscribe-manager/index.vue

@@ -95,11 +95,8 @@ export default {
         // 县区
         // 县区
         district: {}
         district: {}
       },
       },
-<<<<<<< HEAD
-      setStatus: true
-=======
+      setStatus: true,
       showSetKeyDialog: false
       showSetKeyDialog: false
->>>>>>> main
     }
     }
   },
   },
   watch: {
   watch: {
@@ -474,7 +471,6 @@ export default {
       padding: 0 0 32px;
       padding: 0 0 32px;
     }
     }
   }
   }
-<<<<<<< HEAD
   .prevent-loading{
   .prevent-loading{
     opacity: 0;
     opacity: 0;
   }
   }
@@ -487,7 +483,6 @@ export default {
       }
       }
     }
     }
   }
   }
-=======
   .custom-dialog.setkey-dialog {
   .custom-dialog.setkey-dialog {
     z-index: 2100 !important;
     z-index: 2100 !important;
     .el-dialog__header {
     .el-dialog__header {
@@ -504,6 +499,5 @@ export default {
   position: absolute;
   position: absolute;
   cursor: pointer;
   cursor: pointer;
   top: calc(100% + 100px);
   top: calc(100% + 100px);
->>>>>>> main
 }
 }
 </style>
 </style>