zhuxinbo %!s(int64=5) %!d(string=hai) anos
pai
achega
59a4ee1767
Modificáronse 1 ficheiros con 11 adicións e 5 borrados
  1. 11 5
      src/views/modules/kuaishouapp/account/editGroupNew.vue

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

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