uniapp update

This commit is contained in:
linfeng 2023-07-03 10:40:25 +08:00
parent f08e8e370c
commit 479c1fdce0
2 changed files with 1 additions and 6 deletions

View File

@ -82,13 +82,10 @@
this.current = index;
this.followUserPost = [];
this.lastPost = [];
if (index === 0) {
this.page1 = 1;
this.getFollowUserPost();
}
if (index === 1) {
}else if (index === 1) {
this.page2 = 1;
this.getLastPost();
}

View File

@ -45,8 +45,6 @@
</view>
</block>
</view>
<!-- 发帖入口 -->
<add-post-tag></add-post-tag>
</view>