zhuxinbo 5 lat temu
rodzic
commit
59a4ee1767

+ 11 - 5
src/views/modules/kuaishouapp/account/editGroupNew.vue

@@ -608,7 +608,8 @@
 
 
             this.populationData = dataJson
             this.populationData = dataJson
             this.populationData.population = dataJson.population ? JSON.parse(dataJson.population) : null
             this.populationData.population = dataJson.population ? JSON.parse(dataJson.population) : null
-            this.populationData.excludePopulation = dataJson.excludePopulation ? JSON.parse(dataJson.excludePopulation) :
+            this.populationData.excludePopulation = dataJson.excludePopulation ? JSON.parse(dataJson
+                .excludePopulation) :
               null
               null
 
 
             this.populationData.devicePrice = dataJson.devicePrice ? JSON.parse(dataJson.devicePrice) : null
             this.populationData.devicePrice = dataJson.devicePrice ? JSON.parse(dataJson.devicePrice) : null
@@ -729,9 +730,14 @@
                     this.visibleData = res.result
                     this.visibleData = res.result
                     this.visibleFail = true
                     this.visibleFail = true
                   } else {
                   } else {
-                    this.visible = false
-                    this.$emit('getList', localStorage.getItem('advertisingGroupKey'))
-                    this.loading = false
+
+                    setTimeout(function () {
+                      this.visible = false
+                      this.loading = false
+                      this.$emit('getList', localStorage.getItem('advertisingGroupKey'))
+                    },1500)
+
+
                   }
                   }
 
 
                 } else {
                 } else {
@@ -774,7 +780,7 @@
                       this.visible = false
                       this.visible = false
                       this.loading = false
                       this.loading = false
                       this.$emit('getList', localStorage.getItem('advertisingGroupKey'))
                       this.$emit('getList', localStorage.getItem('advertisingGroupKey'))
-                    }, 1000)
+                    }, 1500)
                   }
                   }
 
 
                 } else {
                 } else {