panhui il y a 4 ans
Parent
commit
e9a215c56f
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/main/nine-space/src/views/creator/Detail.vue

+ 1 - 0
src/main/nine-space/src/views/creator/Detail.vue

@@ -190,6 +190,7 @@ export default {
                 forbidClick: true
             });
             this.$http.get('/user/get/' + this.$route.query.id).then(res => {
+                this.$toast.clear();
                 this.info = res;
                 this.getData(true);
             });