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