linwenxin 5 mēneši atpakaļ
vecāks
revīzija
fbb451310e
1 mainītis faili ar 8 papildinājumiem un 6 dzēšanām
  1. 8 6
      src/packageMine/pages/masterGroup/createGroup.vue

+ 8 - 6
src/packageMine/pages/masterGroup/createGroup.vue

@@ -122,12 +122,14 @@ export default {
         })
         .then(res => {
           uni.$emit('shuaxianliebiao')
-          this.$navToPage(
-            {
-              delta: 1
-            },
-            'navigateBack'
-          )
+          this.$nextTick(() => {
+            this.$navToPage(
+              {
+                delta: 1
+              },
+              'navigateBack'
+            )
+          })
         })
     }
   }