소스 검색

详情页

panhui 4 년 전
부모
커밋
3f0519797f
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      src/main/nine-space/src/views/creator/Detail.vue

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

@@ -97,10 +97,11 @@
             </van-tabs>
             </van-tabs>
         </van-sticky>
         </van-sticky>
         <van-list
         <van-list
-            style="padding-bottom: 100px;"
+            style="padding-bottom: 100px"
             class="list"
             class="list"
             v-model:loading="loading"
             v-model:loading="loading"
             :finished="finished"
             :finished="finished"
+            :immediate-check="false"
             finished-text=""
             finished-text=""
             @load="getData"
             @load="getData"
         >
         >
@@ -190,6 +191,7 @@ export default {
             });
             });
             this.$http.get('/user/get/' + this.$route.query.id).then(res => {
             this.$http.get('/user/get/' + this.$route.query.id).then(res => {
                 this.info = res;
                 this.info = res;
+                this.getData(true);
             });
             });
         },
         },
         follow() {
         follow() {